On 2016-09-01 01:04, Erik Rijkers wrote:
On 2016-08-31 22:51, Petr Jelinek wrote:Here are some small changes to logical-replication.sgml
... and other .sgml files. Erik Rijkers
--- doc/src/sgml/ref/alter_publication.sgml.orig 2016-09-01 07:20:03.280295807 +0200 +++ doc/src/sgml/ref/alter_publication.sgml 2016-09-01 07:34:43.448625900 +0200 @@ -42,15 +42,15 @@ <para> The first variant of this command listed in the synopsis can change - all of the publication attributes that can be specified in + all of the publication attributes specified in <xref linkend="sql-createpublication">. Attributes not mentioned in the command retain their previous settings. Database superusers can change any of these settings for any role. </para> <para> - The other variants this command deal with table membership in the - publication. The <literal>FOR TABLE</literal> subscommand will replace + The other variants of this command deal with table membership in the + publication. The <literal>FOR TABLE</literal> subcommand will replace the current list of tables in the publication with the specified one. The <literal>FOR ALL TABLES</literal> variant will mark the publication as one that replicates all tables in the database (including the future
--- doc/src/sgml/ref/drop_publication.sgml.orig 2016-09-01 07:43:26.599160896 +0200 +++ doc/src/sgml/ref/drop_publication.sgml 2016-09-01 07:44:16.051797277 +0200 @@ -21,7 +21,7 @@ <refsynopsisdiv> <synopsis> -DROP PUBLCATION <replaceable class="PARAMETER">name</replaceable> [, ...] +DROP PUBLICATION <replaceable class="PARAMETER">name</replaceable> [, ...] </synopsis> </refsynopsisdiv> @@ -29,7 +29,7 @@ <title>Description</title> <para> - <command>DROP PUBLCATION</command> removes publications from the database. + <command>DROP PUBLICATION</command> removes publications from the database. </para> <para>
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers