Discussion: https://postgr.es/m/
[email protected]
Author: Euler Taveira
Backpatch-through: 17
After a successful run, the state of the target server is analogous to a
fresh logical replication setup. The main difference between the logical
- replication setup and
pg_createsubscriber is the
- initial data copy. It does only the synchronization phase, which ensures
- each table is brought up to a synchronized state.
+ replication setup and
pg_createsubscriber is how
+ the data synchronization is done.
pg_createsubscriber
+ does not copy the initial table data. It does only the synchronization phase,
+ which ensures each table is brought up to a synchronized state.