Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d43ad commit e06ae1eCopy full SHA for e06ae1e
doc/src/sgml/ref/create_publication.sgml
@@ -156,9 +156,9 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
156
</para>
157
158
<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
+ For an <command>INSERT ... ON CONFLICT</command> command, the publication will
+ publish the operation that results from the command. Depending
+ on the outcome, it may be published as either <command>INSERT</command> or
162
<command>UPDATE</command>, or it may not be published at all.
163
164
0 commit comments