From 6accefd46639db9f20bcc4c2e15c9844bae0d184 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 15 May 2017 22:06:27 -0400 Subject: [PATCH] Update CREATE SUBSCRIPTION docs for recent syntax change. Masahiko Sawada --- doc/src/sgml/ref/create_subscription.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index f2da662499c..2c91eb6f504 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -202,9 +202,10 @@ CREATE SUBSCRIPTION subscription_name - 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 false, the tables are not subscribed, and so + after you enable the subscription nothing will be replicated. + It is required to run ALTER SUBSCRIPTION ... REFRESH PUBLICATION in order for tables to be subscribed.