From 4c71197613c72d2417d4fedf789739edd1bead7b Mon Sep 17 00:00:00 2001 From: Takamichi Osumi Date: Thu, 13 Oct 2022 06:05:33 +0000 Subject: [PATCH v1] modify a typo --- doc/src/sgml/ref/create_publication.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml index c5190f0..cf75e3b 100644 --- a/doc/src/sgml/ref/create_publication.sgml +++ b/doc/src/sgml/ref/create_publication.sgml @@ -295,7 +295,7 @@ 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 + on the outcome, it may be published as either INSERT or UPDATE, or it may not be published at all. -- 1.8.3.1