Re: possible typo for CREATE PUBLICATION description
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: "osumi.takamichi@fujitsu.com" <osumi.takamichi@fujitsu.com>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2022-10-13T07:26:16Z
Lists: pgsql-hackers
On Thu, Oct 13, 2022 at 6:16 PM osumi.takamichi@fujitsu.com <osumi.takamichi@fujitsu.com> wrote: > > Hi, > > > I noticed a possible typo in the doc for create publication. > This applies to PG15 as well. > Kindly have a look at the attached patch for it. > > Your typo correction LGTM. FWIW, maybe other parts of that paragraph can be tidied too. e.g. The words "actually" and "So" didn't seem needed IMO. ~ BEFORE For an INSERT ... ON CONFLICT command, the publication will publish the operation that actually results from the command. So depending on the outcome, it may be published as either INSERT or UPDATE, or it may not be published at all. SUGGESTION 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. ------ Kind Regards, Peter Smith. Fujitsu Australia
Commits
-
Fix typo in CREATE PUBLICATION reference page
- f7eec7fe3867 15.1 landed
- e06ae1eb36d0 10.23 landed
- dd63cf92ceac 12.13 landed
- ad8129237055 13.9 landed
- 7f8d9cedb374 16.0 landed
- 659ffe6a7c00 11.18 landed
- 3fe6f261f7a2 14.6 landed