diff options
author | Peter Eisentraut | 2017-06-17 01:04:34 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-06-17 01:04:34 +0000 |
commit | 57fb1d677d98d9c02565e47afdbf5e887b095c9f (patch) | |
tree | 3eeb0ac22da81026a3f6c79e4c013fee9df160fd | |
parent | 94da2a6a9a05776953524424a3d8079e54bc5d94 (diff) |
doc: Add note that COPY commands are published as INSERTs
-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 c5299dd74e..62a5fd432e 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> |