]> granicus.if.org Git - postgresql/commitdiff
doc: Add note that COPY commands are published as INSERTs
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 17 Jun 2017 01:04:34 +0000 (21:04 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 17 Jun 2017 01:04:34 +0000 (21:04 -0400)
doc/src/sgml/ref/create_publication.sgml

index c5299dd74e5b08578e346acd0ec4bbd6c2a34067..62a5fd432e6bb5ec9b07706ae948454d8cbccaad 100644 (file)
@@ -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.