Fix typo in CREATE PUBLICATION reference page
authorAlvaro Herrera <[email protected]>
Thu, 13 Oct 2022 11:36:14 +0000 (13:36 +0200)
committerAlvaro Herrera <[email protected]>
Thu, 13 Oct 2022 11:36:14 +0000 (13:36 +0200)
While at it, simplify wording a bit.

Author: Takamichi Osumi <[email protected]>
Reviewed-by: Peter Smith <[email protected]>
Discussion: https://postgr.es/m/TYCPR01MB8373F93F5D094A2BE648990DED259@TYCPR01MB8373.jpnprd01.prod.outlook.com

doc/src/sgml/ref/create_publication.sgml

index ab44445d1594fe87d50fd727681d8f16f3cc3cda..4477ac5cb952f81d69730b5001dda12889e889a0 100644 (file)
@@ -156,9 +156,9 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
   </para>
 
   <para>
-   For an <command>INSERT ... ON CONFLICT</> command, the publication will
-   publish the operation that actually results from the command.  So depending
-   of the outcome, it may be published as either <command>INSERT</command> or
+   For an <command>INSERT ... ON CONFLICT</command> command, the publication will
+   publish the operation that results from the command.  Depending
+   on the outcome, it may be published as either <command>INSERT</command> or
    <command>UPDATE</command>, or it may not be published at all.
   </para>