File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,10 @@ PostgreSQL documentation
57
57
<para>
58
58
After a successful run, the state of the target server is analogous to a
59
59
fresh logical replication setup. The main difference between the logical
60
- replication setup and <application>pg_createsubscriber</application> is the
61
- initial data copy. It does only the synchronization phase, which ensures
62
- each table is brought up to a synchronized state.
60
+ replication setup and <application>pg_createsubscriber</application> is how
61
+ the data synchronization is done. <application>pg_createsubscriber</application>
62
+ does not copy the initial table data. It does only the synchronization phase,
63
+ which ensures each table is brought up to a synchronized state.
63
64
</para>
64
65
65
66
<para>
You can’t perform that action at this time.
0 commit comments