Fix documentation build for c3afe8cf5a1e465bd71e48e4bc717f5bfdc7a7d6.
authorRobert Haas
Thu, 30 Mar 2023 16:06:34 +0000 (12:06 -0400)
committerRobert Haas
Thu, 30 Mar 2023 16:06:34 +0000 (12:06 -0400)
This documentation hunk was intended to be part of that commit,
but I goofed.

doc/src/sgml/ref/create_subscription.sgml

index e6dfb416437232bbf25e72502e831fce72ffb71d..5469f57dd844d62acab26236f53ee88fd5439e17 100644 (file)
@@ -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.
-         
-        
-