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.