diff options
Diffstat (limited to 'doc/src/sgml/ref/create_publication.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_publication.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml index fd9c5deac95..d2cac06fd76 100644 --- a/doc/src/sgml/ref/create_publication.sgml +++ b/doc/src/sgml/ref/create_publication.sgml @@ -89,7 +89,8 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable> <para> When a column list is specified, only the named columns are replicated. - If no column list is specified, all columns of the table are replicated + The column list can contain generated columns as well. If no column list + is specified, all table columns (except generated columns) are replicated through this publication, including any columns added later. It has no effect on <literal>TRUNCATE</literal> commands. See <xref linkend="logical-replication-col-lists"/> for details about column |