Open
Description
pgsync
will tell you missing tables in the output
To show a list of different tables. comparing the missing ones from source in target, it would be much appreciate it if we can do
pgsync --list --diff
Since --schema-first
& --schema-only
wipes out the existing data in target DB, and pgsync
will not sync data if target tables are missing it will make sense to be able to do
pgsync --schema-first $(pgsync --list --diff)
Metadata
Metadata
Assignees
Labels
No labels