ora2pg
ora2pg copied to clipboard
(feature request not issue) :: allow wildcards for table_name in REPLACE_COLS
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.
I see, I can add a global column name replacement for this case instead of per table setting.