2ndQuadrant / pglogical

Logical Replication extension for PostgreSQL 17, 16, 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4 (Postgres), providing much faster replication than Slony, Bucardo or Londiste, as well as cross-version upgrades.
http://2ndquadrant.com/en/resources/pglogical/
Other
1.01k stars 153 forks source link

what`s the mean 'synchronize_structure' in pglogical.create_subscription #79

Closed qq363960630 closed 7 years ago

qq363960630 commented 7 years ago

what`s the mean 'synchronize_structure' in pglogical.create_subscription

PJMODOS commented 7 years ago

Basically that pglogical will dump and restore the schema of the database (currently it means the whole schema, not just subscribed tables).