Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e06ae1e

Browse files
committed
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
1 parent 02d43ad commit e06ae1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/create_publication.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
156156
</para>
157157

158158
<para>
159-
For an <command>INSERT ... ON CONFLICT</> command, the publication will
160-
publish the operation that actually results from the command. So depending
161-
of the outcome, it may be published as either <command>INSERT</command> or
159+
For an <command>INSERT ... ON CONFLICT</command> command, the publication will
160+
publish the operation that results from the command. Depending
161+
on the outcome, it may be published as either <command>INSERT</command> or
162162
<command>UPDATE</command>, or it may not be published at all.
163163
</para>
164164

0 commit comments

Comments
 (0)