aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2024-06-21 09:55:25 +0530
committerAmit Kapila <akapila@postgresql.org>2024-06-21 09:55:25 +0530
commit7a089f6e6a14ca3a5dc8822c393c6620279968b9 (patch)
tree515a2e87029c291efd3770cfee7fa6719e37cd50 /doc/src
parent95cabf542f04b634303f899600ea62fb256a08c2 (diff)
downloadpostgresql-7a089f6e6a14ca3a5dc8822c393c6620279968b9.tar.gz
postgresql-7a089f6e6a14ca3a5dc8822c393c6620279968b9.zip
Doc: Generated columns are skipped for logical replication.
Add a note in docs that generated columns are skipped for logical replication. Author: Peter Smith Reviewed-by: Peter Eisentraut Backpatch-through: 12 Discussion: https://postgr.es/m/CAHut+PuXb1GLQztQkoWzYjSwkAZZ0dgCJaAHyJtZF3kmtcL=kA@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ddl.sgml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 6aab79e901c..9b71c97bdf1 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -512,6 +512,12 @@ CREATE TABLE people (
generated columns in <literal>BEFORE</literal> triggers.
</para>
</listitem>
+ <listitem>
+ <para>
+ Generated columns are skipped for logical replication and cannot be
+ specified in a <command>CREATE PUBLICATION</command> column list.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</sect1>