diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml index df1a92b4dad..26b8e64a4e0 100644 --- a/doc/src/sgml/ref/pg_createsubscriber.sgml +++ b/doc/src/sgml/ref/pg_createsubscriber.sgml @@ -49,7 +49,8 @@ PostgreSQL documentation pg_createsubscriber creates a new logical replica from a physical standby server. All tables in the specified - database are included in the logical replication setup. A pair of + database are included in the logical + replication setup. A pair of publication and subscription objects are created for each database. It must be run at the target server. @@ -70,8 +71,11 @@ PostgreSQL documentation spent synchronizing data is usually a large amount of changes to be applied (that were produced during the initial data copy), which increases even more the time when the logical replica will be available. For smaller - databases, - initial data synchronization is recommended. + databases, it is recommended to set up logical replication with initial data + synchronization. For details, see the CREATE SUBSCRIPTION + + copy_data option. +