doc: Add note that COPY commands are published as INSERTs
authorPeter Eisentraut
Sat, 17 Jun 2017 01:04:34 +0000 (21:04 -0400)
committerPeter Eisentraut
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 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.