diff options
author | Alvaro Herrera | 2022-10-13 11:36:14 +0000 |
---|---|---|
committer | Alvaro Herrera | 2022-10-13 11:36:14 +0000 |
commit | 7f8d9cedb374c9a23f0730f92a0b88d479325ba9 (patch) | |
tree | 4ffbb1f70e537a61c95bae53462244bf67ff54c8 /doc/src | |
parent | 9786b89bd1b4c298ed900d118cbb5eb997c34905 (diff) |
Fix typo in CREATE PUBLICATION reference page
While at it, simplify wording a bit.
Author: Takamichi Osumi <[email protected]>
Reviewed-by: Peter Smith <[email protected]>
Discussion: https://postgr.es/m/TYCPR01MB8373F93F5D094A2BE648990DED259@TYCPR01MB8373.jpnprd01.prod.outlook.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_publication.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml index c5190f0ce64..e229384e6ff 100644 --- a/doc/src/sgml/ref/create_publication.sgml +++ b/doc/src/sgml/ref/create_publication.sgml @@ -294,8 +294,8 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable> <para> For an <command>INSERT ... ON CONFLICT</command> command, the publication will - publish the operation that actually results from the command. So depending - of the outcome, it may be published as either <command>INSERT</command> or + publish the operation that results from the command. Depending + on the outcome, it may be published as either <command>INSERT</command> or <command>UPDATE</command>, or it may not be published at all. </para> |