diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-06-17 10:21:41 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-06-17 10:21:41 -0400 |
commit | 806dccee23dfa3dd3b326354255cf0d5cb032f02 (patch) | |
tree | ad277c6b4f905f6266618d0cc34d6dc10160ff92 | |
parent | 033370179a6d15b2e1b519462d14419d6dc84e73 (diff) | |
download | postgresql-806dccee23dfa3dd3b326354255cf0d5cb032f02.tar.gz postgresql-806dccee23dfa3dd3b326354255cf0d5cb032f02.zip |
doc: Fix typo
Author: Julien Rouhaud <julien.rouhaud@dalibo.com>
-rw-r--r-- | doc/src/sgml/ref/create_subscription.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <replaceable class="PARAMETER">subscription_name</replaceabl <title>Description</title> <para> - <command>CREATE SUBSCRIPTION</command> adds a new subscription for a + <command>CREATE SUBSCRIPTION</command> adds a new subscription for the current database. The subscription name must be distinct from the name of any existing subscription in the database. </para> |