ora2pg icon indicating copy to clipboard operation
ora2pg copied to clipboard

(feature request not issue) :: allow wildcards for table_name in REPLACE_COLS

Open mperdikeas opened this issue 4 years ago • 1 comments

I have an Oracle database with hundreds of tables that contain a column named ISNULL (a reserved word in PostgreSQL12 apparently). It would be nice if I could do (in the configuration file):

REPLACE_COLS    *(ISNULL, IS_NULL)

I tried it, but alas, it is not working so I have to resort to sed instead.

mperdikeas avatar Oct 15 '21 14:10 mperdikeas

I see, I can add a global column name replacement for this case instead of per table setting.

darold avatar Oct 15 '21 15:10 darold