8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495864a commit 845511aCopy full SHA for 845511a
doc/src/sgml/ref/pg_createsubscriber.sgml
@@ -94,7 +94,10 @@ PostgreSQL documentation
94
<para>
95
The name of the database in which to create a subscription. Multiple
96
databases can be selected by writing multiple <option>-d</option>
97
- switches.
+ switches. If <option>-d</option> option is not provided, the database
98
+ name will be obtained from <option>-P</option> option. If the database
99
+ name is not specified in either the <option>-d</option> option or
100
+ <option>-P</option> option, an error will be reported.
101
</para>
102
</listitem>
103
</varlistentry>
0 commit comments