diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_createsubscriber.sgml | 5 |
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> |