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
This commit is contained in:
parent
95cabf542f
commit
7a089f6e6a
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue