pgdatadiff icon indicating copy to clipboard operation
pgdatadiff copied to clipboard

Small python utility to diff the data between 2 postgres databases.

Results 29 pgdatadiff issues
Sort by recently updated
recently updated
newest added

Hi, It will occur "column "id" does not exist" if the table named "user" durning diff process. So, it might be escape table name for avoiding table naming issue. https://github.com/dmarkey/pgdatadiff/blob/caf9b45413f3eb60eeb2bbf201877e30fe006e83/pgdatadiff/pgdatadiff.py#L64...

Attempt at specifying a schema. It's not working unfortunately, but opening as draft.

* Add schema selection via command line parameter * Print first difference found (in a basic manner)

It would be nice to have the app build perfomed inside Docker, so that we don't need to install any tools locally. I can create a PR if you are...

Hi David Good job, i was searching for a light tool to compare two databases, and pgdatadiff largely meets my expectations. This is not an issue, but i have a...

enhancement

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the dockerfile dependencies of this...