pg-diff
pg-diff copied to clipboard
PostgreSQL schema and data comparing tool
In sqlScriptGenerator.js, BYTEA type will fall back to default user type and result in the error "value.replace is not a function". ``` case "U": { //USER TYPE switch (dataTypeName) {...
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63. Release notes Sourced from es5-ext's releases. 0.10.63 (2024-02-23) Bug Fixes Do not rely on problematic regex (3551cdd), addresses #201 Support ES2015+ function definitions in...
Hello, i'm trying to connect to two RSD dababases to have a migration, but when i run the tool i've got this message: `no pg_hba.conf entry for host "xxx.xxx.xxx.xxx", user...
Hi there, Firstly, thank you so much for your amazing tool. Do you think pg-diff might one day support the use of this extension: https://github.com/sraoss/pg_ivm? Thanks :) Lydia
Added ssl: config option to pg-diff-config.json to match PR on pg-diff-api. Now to right branch.
So I'm having a problem with this. While migrating data from Azure postgres to AWS RDS, I've discovered both services now require SSL enabled. I dont seem to have a...
hello, great tool! With version 2.4.1 and PostgreSQL: 9.6+ (15.3) if you set migrationOptions.historyTableSchema to a schema different from 'public': - table historyTableSchema.historyTableName is not created into historyTableSchema schema (even...
Hi! I think the generated types are ignored for source and target comparison. I tested with two databases where there are several compound types in the source code, but they...
Hi! Is it possible to disable lines with comments of functions, indexes, constraints, etc. Is it possible to specify this in the config file?