aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-08-24 15:56:32 +0200
committerPeter Eisentraut <peter@eisentraut.org>2024-08-24 15:56:32 +0200
commit6e8a0317b4c062d4d524b916e10ca7f351ed0793 (patch)
treed97b69c5a91f3975d90dd50cd2658ccb0c8d761d /doc/src
parentff59d5d2cff32cfe88131f87b6c401970d449c08 (diff)
downloadpostgresql-6e8a0317b4c062d4d524b916e10ca7f351ed0793.tar.gz
postgresql-6e8a0317b4c062d4d524b916e10ca7f351ed0793.zip
pg_createsubscriber: Message style improvements
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_createsubscriber.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml
index 35b2fa9b9be..aac04c3dce9 100644
--- a/doc/src/sgml/ref/pg_createsubscriber.sgml
+++ b/doc/src/sgml/ref/pg_createsubscriber.sgml
@@ -88,8 +88,9 @@ PostgreSQL documentation
<term><option>--database=<replaceable class="parameter">dbname</replaceable></option></term>
<listitem>
<para>
- The database name to create the subscription. Multiple databases can
- be selected by writing multiple <option>-d</option> switches.
+ The name of the database in which to create a subscription. Multiple
+ databases can be selected by writing multiple <option>-d</option>
+ switches.
</para>
</listitem>
</varlistentry>