pgsync
pgsync copied to clipboard
Add `--append` Option
Hi, --preserve needs primary key, is there possible adding --append to allow append rows directly?
Here is my use case:
- Delete
type='A'from target table (via psql or jdbc manually, of course) - Sync
type='A'from source table to target table
There is no primary key in both source table and target table.