projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94da2a6
)
doc: Add note that COPY commands are published as INSERTs
author
Peter Eisentraut
Sat, 17 Jun 2017 01:04:34 +0000
(21:04 -0400)
committer
Peter Eisentraut
Sat, 17 Jun 2017 01:04:34 +0000
(21:04 -0400)
doc/src/sgml/ref/create_publication.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_publication.sgml
b/doc/src/sgml/ref/create_publication.sgml
index c5299dd74e5b08578e346acd0ec4bbd6c2a34067..62a5fd432e6bb5ec9b07706ae948454d8cbccaad 100644
(file)
--- 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.