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 7551702 commit dd63cf9Copy full SHA for dd63cf9
doc/src/sgml/ref/create_publication.sgml
@@ -158,8 +158,8 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
158
159
<para>
160
For an <command>INSERT ... ON CONFLICT</command> command, the publication will
161
- publish the operation that actually results from the command. So depending
162
- 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
163
<command>UPDATE</command>, or it may not be published at all.
164
</para>
165
0 commit comments