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

Commit 9c487ef

Browse files
committed
Fix documentation build for c3afe8c.
This documentation hunk was intended to be part of that commit, but I goofed.
1 parent c3afe8c commit 9c487ef

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

doc/src/sgml/ref/create_subscription.sgml

+13-13
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)