Commit 57fb1d67 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Add note that COPY commands are published as INSERTs

parent 94da2a6a
......@@ -162,6 +162,11 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
<command>UPDATE</command>, or it may not be published at all.
</para>
<para>
<command>COPY ... FROM</command> commands are published
as <command>INSERT</command> operations.
</para>
<para>
<command>TRUNCATE</command> and <acronym>DDL</acronym> operations
are not published.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment