ora2pg
ora2pg copied to clipboard
Modify default mapping
Hi,
is there a way to change the mapping of default values? Currently SYSTIMESTAMP is mapped to CURRENT_TIMESTAMP, which uses the begin of the transaction, while Oracle seems to behave more like statement_timestamp() in Postgres: https://www.postgresql.org/docs/current/functions-datetime.html