From e06ae1eb36d0fb01aa93d8c8c4143451913631ed Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 13 Oct 2022 13:36:14 +0200 Subject: [PATCH] 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 --- doc/src/sgml/ref/create_publication.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.39.5