pg-diff icon indicating copy to clipboard operation
pg-diff copied to clipboard

PostgreSQL schema and data comparing tool

Results 29 pg-diff issues
Sort by recently updated
recently updated
newest added

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) {...

bug

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...

dependencies

Problem if use SSL connect

bug

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...

help wanted

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

enhancement

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...

enhancement

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...

bug

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...

enhancement

Hi! Is it possible to disable lines with comments of functions, indexes, constraints, etc. Is it possible to specify this in the config file?

question