Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd73c285

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" wasincorrectly specified as a string.Author: Amit KapilaReviewed-by: Sawada MasahikoDiscussion:https://postgr.es/m/CAHut+Pu=pnJf=SS1583pknSQ3CbOqLCkWcJCQYt6zxTagHEdmw@mail.gmail.com
1 parentdb6957b commitd73c285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ref/create_subscription.sgml

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp