pgsync icon indicating copy to clipboard operation
pgsync copied to clipboard

[Feature Request] Add option to show missing tables

Open magixus opened this issue 1 year ago • 0 comments

pgsync will tell you missing tables in the output

Example: image

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)

magixus avatar Jan 03 '25 13:01 magixus