From d73c285af5c29a0b486643b77350bc23fbb6114c Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Sat, 8 Apr 2023 09:42:50 +0530 Subject: Doc: Fix the datatype of the newly added SUBSCRIPTION options. In docs, the datatype of "password_required" and "run_as_owner" was incorrectly specified as a string. Author: Amit Kapila Reviewed-by: Sawada Masahiko Discussion: https://postgr.es/m/CAHut+Pu=pnJf=SS1583pknSQ3CbOqLCkWcJCQYt6zxTagHEdmw@mail.gmail.com --- doc/src/sgml/ref/create_subscription.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index 68aa2b47f2..4c2db4c30d 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -354,7 +354,7 @@ CREATE SUBSCRIPTION subscription_name - password_required (string) + password_required (boolean) Specifies whether connections to the publisher made as a result @@ -367,7 +367,7 @@ CREATE SUBSCRIPTION subscription_name - run_as_owner (string) + run_as_owner (boolean) If true, all replication actions are performed as the subscription -- cgit v1.2.1