mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
doc: Add note that COPY commands are published as INSERTs
This commit is contained in:
parent
94da2a6a9a
commit
57fb1d677d
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue