diff options
author | Robert Haas <rhaas@postgresql.org> | 2023-03-30 12:06:34 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2023-03-30 12:06:34 -0400 |
commit | 9c487efe355692a4a219df1a1e5330ac02079bf8 (patch) | |
tree | 6ffbc8ddb96c41c0b418fb41a87d02f710ff1100 | |
parent | c3afe8cf5a1e465bd71e48e4bc717f5bfdc7a7d6 (diff) | |
download | postgresql-9c487efe355692a4a219df1a1e5330ac02079bf8.tar.gz postgresql-9c487efe355692a4a219df1a1e5330ac02079bf8.zip |
Fix documentation build for c3afe8cf5a1e465bd71e48e4bc717f5bfdc7a7d6.
This documentation hunk was intended to be part of that commit,
but I goofed.
-rw-r--r-- | doc/src/sgml/ref/create_subscription.sgml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index e6dfb416437..5469f57dd84 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -353,6 +353,19 @@ CREATE SUBSCRIPTION <replaceable class="parameter">subscription_name</replaceabl </listitem> </varlistentry> + <varlistentry id="sql-createsubscription-with-password-required"> + <term><literal>password_required</literal> (<type>string</type>)</term> + <listitem> + <para> + Specifies whether connections to the publisher made as a result + of this subscription must use password authentication. This setting + is ignored when the subscription is owned by a superuser. + The default is <literal>true</literal>. Only superusers can set + this value to <literal>false</literal>. + </para> + </listitem> + </varlistentry> + <varlistentry id="sql-createsubscription-with-origin"> <term><literal>origin</literal> (<type>string</type>)</term> <listitem> @@ -372,19 +385,6 @@ CREATE SUBSCRIPTION <replaceable class="parameter">subscription_name</replaceabl </para> </listitem> </varlistentry> - - <varlistentry> - <term><literal>password_required</literal> (<type>string</type>)</term> - <listitem> - <para> - Specifies whether connections to the publisher made as a result - of this subscription must use password authentication. This setting - is ignored when the subscription is owned by a superuser. - The default is <literal>true</literal>. Only superusers can set - this value to <literal>false</literal>. - </para> - </listitem> - </varlistentry> </variablelist></para> </listitem> |