mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
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
88f3baa06a
commit
ac9615d9a5
1 changed files with 5 additions and 0 deletions
|
|
@ -373,6 +373,11 @@ CREATE TABLE people (
|
|||
generated columns in <literal>BEFORE</literal> triggers.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Generated columns are skipped for logical replication.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</sect1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue