1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix typo in CREATE PUBLICATION reference page

While at it, simplify wording a bit.

Author: Takamichi Osumi <osumi.takamichi@fujitsu.com>
Reviewed-by: Peter Smith <smithpb2250@gmail.com>
Discussion: https://postgr.es/m/TYCPR01MB8373F93F5D094A2BE648990DED259@TYCPR01MB8373.jpnprd01.prod.outlook.com
This commit is contained in:
Alvaro Herrera
2022-10-13 13:36:14 +02:00
parent c612730371
commit 3fe6f261f7

View File

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