Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d73c285

Browse files
author
Amit Kapila
committed
Doc: Fix the datatype of the newly added SUBSCRIPTION options.
In docs, the datatype of "password_required" and "run_as_owner" was incorrectly specified as a string. Author: Amit Kapila Reviewed-by: Sawada Masahiko Discussion: https://postgr.es/m/CAHut+Pu=pnJf=SS1583pknSQ3CbOqLCkWcJCQYt6zxTagHEdmw@mail.gmail.com
1 parent db6957b commit d73c285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_subscription.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ CREATE SUBSCRIPTION <replaceable class="parameter">subscription_name</replaceabl
354354
</varlistentry>
355355

356356
<varlistentry id="sql-createsubscription-with-password-required">
357-
<term><literal>password_required</literal> (<type>string</type>)</term>
357+
<term><literal>password_required</literal> (<type>boolean</type>)</term>
358358
<listitem>
359359
<para>
360360
Specifies whether connections to the publisher made as a result
@@ -367,7 +367,7 @@ CREATE SUBSCRIPTION <replaceable class="parameter">subscription_name</replaceabl
367367
</varlistentry>
368368

369369
<varlistentry id="sql-createsubscription-with-run-as-owner">
370-
<term><literal>run_as_owner</literal> (<type>string</type>)</term>
370+
<term><literal>run_as_owner</literal> (<type>boolean</type>)</term>
371371
<listitem>
372372
<para>
373373
If true, all replication actions are performed as the subscription

0 commit comments

Comments
 (0)