File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,19 @@ CREATE SUBSCRIPTION <replaceable class="parameter">subscription_name</replaceabl
353353 </listitem>
354354 </varlistentry>
355355
356+ <varlistentry id="sql-createsubscription-with-password-required">
357+ <term><literal>password_required</literal> (<type>string</type>)</term>
358+ <listitem>
359+ <para>
360+ Specifies whether connections to the publisher made as a result
361+ of this subscription must use password authentication. This setting
362+ is ignored when the subscription is owned by a superuser.
363+ The default is <literal>true</literal>. Only superusers can set
364+ this value to <literal>false</literal>.
365+ </para>
366+ </listitem>
367+ </varlistentry>
368+
356369 <varlistentry id="sql-createsubscription-with-origin">
357370 <term><literal>origin</literal> (<type>string</type>)</term>
358371 <listitem>
@@ -372,19 +385,6 @@ CREATE SUBSCRIPTION <replaceable class="parameter">subscription_name</replaceabl
372385 </para>
373386 </listitem>
374387 </varlistentry>
375-
376- <varlistentry>
377- <term><literal>password_required</literal> (<type>string</type>)</term>
378- <listitem>
379- <para>
380- Specifies whether connections to the publisher made as a result
381- of this subscription must use password authentication. This setting
382- is ignored when the subscription is owned by a superuser.
383- The default is <literal>true</literal>. Only superusers can set
384- this value to <literal>false</literal>.
385- </para>
386- </listitem>
387- </varlistentry>
388388 </variablelist></para>
389389
390390 </listitem>
You can’t perform that action at this time.
0 commit comments