From: Peter Eisentraut Date: Sat, 17 Jun 2017 01:04:34 +0000 (-0400) Subject: doc: Add note that COPY commands are published as INSERTs X-Git-Tag: REL_10_BETA2~127 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=57fb1d677d98d9c02565e47afdbf5e887b095c9f;p=postgresql.git doc: Add note that COPY commands are published as INSERTs --- diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml index c5299dd74e5..62a5fd432e6 100644 --- a/doc/src/sgml/ref/create_publication.sgml +++ b/doc/src/sgml/ref/create_publication.sgml @@ -162,6 +162,11 @@ CREATE PUBLICATION name UPDATE, or it may not be published at all. + + COPY ... FROM commands are published + as INSERT operations. + + TRUNCATE and DDL operations are not published.