From: Peter Eisentraut Date: Sat, 17 Jun 2017 14:21:41 +0000 (-0400) Subject: doc: Fix typo X-Git-Tag: REL_10_BETA2~121 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=806dccee23dfa3dd3b326354255cf0d5cb032f02;p=postgresql.git doc: Fix typo Author: Julien Rouhaud --- diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index 77bf87681b9..3ca06fb3c35 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -32,7 +32,7 @@ CREATE SUBSCRIPTION subscription_nameDescription - CREATE SUBSCRIPTION adds a new subscription for a + CREATE SUBSCRIPTION adds a new subscription for the current database. The subscription name must be distinct from the name of any existing subscription in the database.