You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
pgsync
will tell you missing tables in the outputExample:

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
Since
--schema-first
&--schema-only
wipes out the existing data in target DB, andpgsync
will not sync data if target tables are missing it will make sense to be able to dopgsync --schema-first $(pgsync --list --diff)
The text was updated successfully, but these errors were encountered: