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. - - -