mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Doc: Additional clarification for -d option of pg_createsubscriber.
Author: vignesh C <vignesh21@gmail.com> Reviewed-by: Amit Kapila <amit.kapila16@gmail.com> Discussion: https://postgr.es/m/CALDaNm0zsFUYpe-tLha+-sp3K8KmBXu0o=LUN=8FFtxMLYikPA@mail.gmail.com
This commit is contained in:
@ -94,7 +94,10 @@ PostgreSQL documentation
|
|||||||
<para>
|
<para>
|
||||||
The name of the database in which to create a subscription. Multiple
|
The name of the database in which to create a subscription. Multiple
|
||||||
databases can be selected by writing multiple <option>-d</option>
|
databases can be selected by writing multiple <option>-d</option>
|
||||||
switches.
|
switches. If <option>-d</option> option is not provided, the database
|
||||||
|
name will be obtained from <option>-P</option> option. If the database
|
||||||
|
name is not specified in either the <option>-d</option> option or
|
||||||
|
<option>-P</option> option, an error will be reported.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Reference in New Issue
Block a user