diff options
author | Amit Kapila <akapila@postgresql.org> | 2025-04-10 10:23:01 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2025-04-10 10:30:05 +0530 |
commit | d438515c29c3cc539c79292c040335804183ca3e (patch) | |
tree | 41a9f9cf280472991bab653ee89895db69e3dafb /doc/src | |
parent | d15acc915de196df799ba000dd6842bbd4a60339 (diff) | |
download | postgresql-d438515c29c3cc539c79292c040335804183ca3e.tar.gz postgresql-d438515c29c3cc539c79292c040335804183ca3e.zip |
Cosmetic fixes for pg_createsubscriber's -all option.
Author: Peter Smith <smithpb2250@gmail.com>
Reviewed-by: Amit Kapila <amit.kapila16@gmail.com>
Discussion: https://postgr.es/m/CAHut+PsmSCQ-ENSDQ0YOUcsgzT=GG-E9jyXBvxd51A_dMXH5XA@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_createsubscriber.sgml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml index 73377aa6a6e..4b1d08d5f16 100644 --- a/doc/src/sgml/ref/pg_createsubscriber.sgml +++ b/doc/src/sgml/ref/pg_createsubscriber.sgml @@ -94,8 +94,11 @@ PostgreSQL documentation <para> Create one subscription per database on the target server. Exceptions are template databases and databases that don't allow connections. - If the database name is not specified in publisher-server, the postgres - database will be used, or if that does not exist, template1 will be used. + To discover the list of all databases, connect to the source server + using the database name specified in the <option>--publisher-server</option> + connection string, or if not specified, the <literal>postgres</literal> + database will be used, or if that does not exist, <literal>template1</literal> + will be used. Automatically generated names for subscriptions, publications, and replication slots are used when this option is specified. This option cannot be used along with <option>--database</option>, |