diff options
author | Peter Eisentraut | 2017-06-17 14:21:41 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-06-17 14:21:41 +0000 |
commit | 806dccee23dfa3dd3b326354255cf0d5cb032f02 (patch) | |
tree | ad277c6b4f905f6266618d0cc34d6dc10160ff92 | |
parent | 033370179a6d15b2e1b519462d14419d6dc84e73 (diff) |
doc: Fix typo
Author: Julien Rouhaud <[email protected]>
-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 77bf87681b..3ca06fb3c3 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> |