diff options
Diffstat (limited to 'doc/src/sgml/ref/create_publication.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_publication.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml index e229384e6ff..7ab7e77f337 100644 --- a/doc/src/sgml/ref/create_publication.sgml +++ b/doc/src/sgml/ref/create_publication.sgml @@ -300,6 +300,12 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable> </para> <para> + For a <command>MERGE</command> command, the publication will publish an + <command>INSERT</command>, <command>UPDATE</command>, or <command>DELETE</command> + for each row inserted, updated, or deleted. + </para> + + <para> <command>ATTACH</command>ing a table into a partition tree whose root is published using a publication with <literal>publish_via_partition_root</literal> set to <literal>true</literal> does not result in the table's existing contents |