diff options
author | Stephen Frost <sfrost@snowman.net> | 2018-11-03 12:21:54 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2018-11-03 12:21:54 -0400 |
commit | ceadcbe8ffe50f7fb9e1fa5aed652a33aab908a5 (patch) | |
tree | 4dea623c52a2db752008f5f345991826c81e1c86 | |
parent | 65a82a7649860f8010db581a0d1f12aa92f5969b (diff) | |
download | postgresql-ceadcbe8ffe50f7fb9e1fa5aed652a33aab908a5.tar.gz postgresql-ceadcbe8ffe50f7fb9e1fa5aed652a33aab908a5.zip |
Remove extra word from create sub docs
Improve the documentation in the CREATE SUBSCRIPTION command a bit by
removing an extraneous word and spelling out 'information'.
-rw-r--r-- | doc/src/sgml/ref/create_subscription.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index 49e4841188b..1a90c244fbf 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -49,8 +49,8 @@ CREATE SUBSCRIPTION <replaceable class="parameter">subscription_name</replaceabl </para> <para> - Additional info about subscriptions and logical replication as a whole - can is available at <xref linkend="logical-replication-subscription"/> and + Additional information about subscriptions and logical replication as a + whole is available at <xref linkend="logical-replication-subscription"/> and <xref linkend="logical-replication"/>. </para> |