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 94da2a6 commit 57fb1d6Copy full SHA for 57fb1d6
doc/src/sgml/ref/create_publication.sgml
@@ -162,6 +162,11 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
162
<command>UPDATE</command>, or it may not be published at all.
163
</para>
164
165
+ <para>
166
+ <command>COPY ... FROM</command> commands are published
167
+ as <command>INSERT</command> operations.
168
+ </para>
169
+
170
<para>
171
<command>TRUNCATE</command> and <acronym>DDL</acronym> operations
172
are not published.
0 commit comments