We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c612730 commit 3fe6f26Copy full SHA for 3fe6f26
doc/src/sgml/ref/create_publication.sgml
@@ -184,8 +184,8 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
184
185
<para>
186
For an <command>INSERT ... ON CONFLICT</command> command, the publication will
187
- publish the operation that actually results from the command. So depending
188
- 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
189
<command>UPDATE</command>, or it may not be published at all.
190
</para>
191
0 commit comments