File tree 1 file changed +13
-13
lines changed
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
353
353
</listitem>
354
354
</varlistentry>
355
355
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
+
356
369
<varlistentry id="sql-createsubscription-with-origin">
357
370
<term><literal>origin</literal> (<type>string</type>)</term>
358
371
<listitem>
@@ -372,19 +385,6 @@ CREATE SUBSCRIPTION <replaceable class="parameter">subscription_name</replaceabl
372
385
</para>
373
386
</listitem>
374
387
</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>
388
388
</variablelist></para>
389
389
390
390
</listitem>
You can’t perform that action at this time.
0 commit comments