diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-08-19 18:27:22 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-08-19 18:27:22 -0400 |
commit | 6467993fb552bda7fc1f615d90a66a16583e9998 (patch) | |
tree | 73a231837bbc5f5f605e44f1d07bc237e5719252 /doc/src | |
parent | 52f3de874bbeaf16b3ae2efb505c1117be8355cc (diff) | |
download | postgresql-6467993fb552bda7fc1f615d90a66a16583e9998.tar.gz postgresql-6467993fb552bda7fc1f615d90a66a16583e9998.zip |
doc: Improve vague pg_createsubscriber description
Discussion: https://postgr.es/m/ZqX_4J-nFTQtmj6K@momjian.us
Author: Euler Taveira
Backpatch-through: 17
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_createsubscriber.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml index 026290e0114..35b2fa9b9be 100644 --- a/doc/src/sgml/ref/pg_createsubscriber.sgml +++ b/doc/src/sgml/ref/pg_createsubscriber.sgml @@ -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> |