From 9c487efe355692a4a219df1a1e5330ac02079bf8 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 30 Mar 2023 12:06:34 -0400 Subject: [PATCH] Fix documentation build for c3afe8cf5a1e465bd71e48e4bc717f5bfdc7a7d6. This documentation hunk was intended to be part of that commit, but I goofed. --- doc/src/sgml/ref/create_subscription.sgml | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index e6dfb41643..5469f57dd8 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -353,6 +353,19 @@ CREATE SUBSCRIPTION subscription_name + + password_required (string) + + + 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 true. Only superusers can set + this value to false. + + + + origin (string) @@ -372,19 +385,6 @@ CREATE SUBSCRIPTION subscription_name - - - password_required (string) - - - 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 true. Only superusers can set - this value to false. - - -