Skip to content

Commit 7a089f6

Browse files
author
Amit Kapila
committed
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
1 parent 95cabf5 commit 7a089f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/src/sgml/ddl.sgml

+6
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,12 @@ CREATE TABLE people (
512512
generated columns in <literal>BEFORE</literal> triggers.
513513
</para>
514514
</listitem>
515+
<listitem>
516+
<para>
517+
Generated columns are skipped for logical replication and cannot be
518+
specified in a <command>CREATE PUBLICATION</command> column list.
519+
</para>
520+
</listitem>
515521
</itemizedlist>
516522
</para>
517523
</sect1>

0 commit comments

Comments
 (0)