From: Stephen Frost Date: Sat, 3 Nov 2018 16:21:54 +0000 (-0400) Subject: Remove extra word from create sub docs X-Git-Tag: REL_12_BETA1~1314 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ceadcbe8ffe50f7fb9e1fa5aed652a33aab908a5;p=thirdparty%2Fpostgresql.git 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'. --- 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 subscription_name - Additional info about subscriptions and logical replication as a whole - can is available at and + Additional information about subscriptions and logical replication as a + whole is available at and .