Skip to content

Commit 3c469a9

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 4f19666 commit 3c469a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,12 @@ CREATE TABLE people (
400400
generated columns in <literal>BEFORE</literal> triggers.
401401
</para>
402402
</listitem>
403+
<listitem>
404+
<para>
405+
Generated columns are skipped for logical replication and cannot be
406+
specified in a <command>CREATE PUBLICATION</command> column list.
407+
</para>
408+
</listitem>
403409
</itemizedlist>
404410
</para>
405411
</sect1>

0 commit comments

Comments
 (0)