pgsync icon indicating copy to clipboard operation
pgsync copied to clipboard

Add `--append` Option

Open archongum opened this issue 3 years ago • 0 comments

Hi, --preserve needs primary key, is there possible adding --append to allow append rows directly? Here is my use case:

  1. Delete type='A' from target table (via psql or jdbc manually, of course)
  2. Sync type='A' from source table to target table

There is no primary key in both source table and target table.

archongum avatar Jul 19 '22 07:07 archongum