1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +03:00

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'.
This commit is contained in:
Stephen Frost
2018-11-03 12:22:09 -04:00
parent 229a5c8ade
commit cf22451591

View File

@@ -49,8 +49,8 @@ CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceabl
</para> </para>
<para> <para>
Additional info about subscriptions and logical replication as a whole Additional information about subscriptions and logical replication as a
can is available at <xref linkend="logical-replication-subscription"> and whole is available at <xref linkend="logical-replication-subscription"> and
<xref linkend="logical-replication">. <xref linkend="logical-replication">.
</para> </para>