Jean-Christophe Arnu
Jean-Christophe Arnu
If logs contains UTF-8 characters JSON output embeds "badly converted" characters : ~~~ echo "2021-06-08 13:51:04.966 UTC [22436-2] postgres@postgres LOG: duration: 5025.921 ms statement: select ' € € ', pg_sleep(5);"|perl...
We are trying to import the `information_schema` from MSSQL. ~~~sql IMPORT FOREIGN SCHEMA information_schema FROM SERVER mssql INTO foreign_information_schema; ERROR: syntax error at or near ")" LINE 2: ) SERVER...
FWIW it would be interesting/convenient to save and restore mixin profiles and recall them with hotkeys. Profiles example: 1. Coding : streaming music through firefox level 60/100,slack 90/100 2. meeting...
-this is the text from #1826 - Hello, ora2pg generates reports in multiple formats with `-t SHOW_REPORT` . Those formats are mutual exclusives at run time and there's no other...
Hello, ora2pg generates reports in multiple formats with `-t SHOW_REPORT` . Those formats are mutual exclusives at run time and there's no other way to generate multiple formats outputs at...
This PR intends to add json output to code2pg so that restults can be used in various ways to assess several projects code bases. Some changes are just reformatting. I...