From: Alvaro Herrera Date: Thu, 13 Oct 2022 11:36:14 +0000 (+0200) Subject: Fix typo in CREATE PUBLICATION reference page X-Git-Tag: REL_10_23~15 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=e06ae1eb36d0fb01aa93d8c8c4143451913631ed;p=postgresql.git Fix typo in CREATE PUBLICATION reference page While at it, simplify wording a bit. Author: Takamichi Osumi Reviewed-by: Peter Smith Discussion: https://postgr.es/m/TYCPR01MB8373F93F5D094A2BE648990DED259@TYCPR01MB8373.jpnprd01.prod.outlook.com --- diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml index ab44445d159..4477ac5cb95 100644 --- a/doc/src/sgml/ref/create_publication.sgml +++ b/doc/src/sgml/ref/create_publication.sgml @@ -156,9 +156,9 @@ CREATE PUBLICATION name - For an 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 INSERT or + For an INSERT ... ON CONFLICT command, the publication will + publish the operation that results from the command. Depending + on the outcome, it may be published as either INSERT or UPDATE, or it may not be published at all.