We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9786b89 commit 7f8d9ceCopy full SHA for 7f8d9ce
doc/src/sgml/ref/create_publication.sgml
@@ -294,8 +294,8 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
294
295
<para>
296
For an <command>INSERT ... ON CONFLICT</command> command, the publication will
297
- publish the operation that actually results from the command. So depending
298
- 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
299
<command>UPDATE</command>, or it may not be published at all.
300
</para>
301
0 commit comments