--- /tmp/ora2pg-21.0-2fmi6duxb/debian/ora2pg_21.0-2_all.deb +++ ora2pg_21.0-2_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2020-11-18 09:42:12.000000 debian-binary │ -rw-r--r-- 0 0 0 1000 2020-11-18 09:42:12.000000 control.tar.xz │ --rw-r--r-- 0 0 0 354068 2020-11-18 09:42:12.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 354032 2020-11-18 09:42:12.000000 data.tar.xz ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -1,11 +1,11 @@ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./etc/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./etc/ora2pg/ │ │ │ --rw-r--r-- 0 root (0) root (0) 62911 2020-11-18 09:42:12.000000 ./etc/ora2pg/ora2pg.conf │ │ │ +-rw-r--r-- 0 root (0) root (0) 62913 2020-11-18 09:42:12.000000 ./etc/ora2pg/ora2pg.conf │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./usr/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./usr/bin/ │ │ │ -rwxr-xr-x 0 root (0) root (0) 38312 2020-11-18 09:42:12.000000 ./usr/bin/ora2pg │ │ │ -rwxr-xr-x 0 root (0) root (0) 9563 2020-11-18 09:42:12.000000 ./usr/bin/ora2pg_scanner │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./usr/share/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./usr/share/doc/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./usr/share/doc/ora2pg/ │ │ ├── ./etc/ora2pg/ora2pg.conf │ │ │ @@ -1082,15 +1082,15 @@ │ │ │ # must use the semi colon as separator. For exemple: │ │ │ #STRING_CONSTANT_REGEXP │ │ │ │ │ │ # To support the Alternative Quoting Mechanism (''Q'') for String Literals │ │ │ # set the regexp with the text capture to use to extract the text part. │ │ │ # For example with a variable declared as │ │ │ # c_sample VARCHAR2(100 CHAR) := q'{This doesn't work.}'; │ │ │ -# the regexp must be: q'{(.*)}' ora2pg use the 14133 delimiter. │ │ │ +# the regexp must be: q'{(.*)}' ora2pg use the 1258081 delimiter. │ │ │ #ALTERNATIVE_QUOTING_REGEXP q'{(.*)}' │ │ │ │ │ │ # If you want to use functions defined in the Orafce library and prevent │ │ │ # Ora2Pg to translate call to these function, enable this directive. │ │ │ # The Orafce library can be found here: https://github.com/orafce/orafce │ │ │ # By default Ora2pg rewrite add_month(), add_year(), date_trunc() and │ │ │ # to_char() functions, but you may prefer to use the orafce version of