Obsolete sentence in CREATE SUBSCRIPTION docs
Started by Masahiko Sawadaover 8 years ago2 messages
Hi,
I found $subject while reading documentation. I guess this should have
updated when we reworked options syntax.
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
Attachments:
fix_create_subscription_doc.patchapplication/octet-stream; name=fix_create_subscription_doc.patchDownload
diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml
index f2da662..59a4033 100644
--- a/doc/src/sgml/ref/create_subscription.sgml
+++ b/doc/src/sgml/ref/create_subscription.sgml
@@ -202,9 +202,9 @@ CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceabl
</para>
<para>
- Since no connection is made when this option is specified, the
- tables are not subscribed, and so after you enable the subscription
- nothing will be replicated. It is required to run
+ Since no connection is made when this option is set to <literal>false
+ </literal>, the tables are not subscribed, and so after you enable the
+ subscription nothing will be replicated. It is required to run
<literal>ALTER SUBSCRIPTION ... REFRESH PUBLICATION</> in order
for tables to be subscribed.
</para>
Re: Obsolete sentence in CREATE SUBSCRIPTION docs
Masahiko Sawada <sawada.mshk@gmail.com> writes:
I found $subject while reading documentation. I guess this should have
updated when we reworked options syntax.
Pushed, thanks.
regards, tom lane
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers