diff options
-rw-r--r-- | doc/src/sgml/ref/create_publication.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -163,6 +163,11 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable> </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. </para> |