We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f1218 commit ef3aa80Copy full SHA for ef3aa80
doc/src/sgml/ref/pg_createsubscriber.sgml
@@ -57,9 +57,10 @@ PostgreSQL documentation
57
<para>
58
After a successful run, the state of the target server is analogous to a
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.
+ replication setup and <application>pg_createsubscriber</application> is how
+ the data synchronization is done. <application>pg_createsubscriber</application>
+ 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.
64
</para>
65
66
0 commit comments