doc: Improve vague pg_createsubscriber description
authorBruce Momjian <[email protected]>
Mon, 19 Aug 2024 22:27:22 +0000 (18:27 -0400)
committerBruce Momjian <[email protected]>
Mon, 19 Aug 2024 22:27:22 +0000 (18:27 -0400)
Discussion: https://postgr.es/m/[email protected]

Author: Euler Taveira

Backpatch-through: 17

doc/src/sgml/ref/pg_createsubscriber.sgml

index 026290e0114a5bd9f4a19df7fac5975700af9db4..35b2fa9b9bea78523603cbe6e0b8449dc68436d5 100644 (file)
@@ -57,9 +57,10 @@ PostgreSQL documentation
   <para>
    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 <application>pg_createsubscriber</application> 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 <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,
+   which ensures each table is brought up to a synchronized state.
   </para>
 
   <para>