aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2024-06-21 09:16:06 +0530
committerAmit Kapila <akapila@postgresql.org>2024-06-21 09:16:06 +0530
commitb0121801d3870a3663c8cef9224e8ada53a7008c (patch)
tree9d2bd474581c80ff18739405e582fe1e2cf8f8d9
parentb0037bbefda3339c821ff4b5d04d672274bf7238 (diff)
downloadpostgresql-b0121801d3870a3663c8cef9224e8ada53a7008c.tar.gz
postgresql-b0121801d3870a3663c8cef9224e8ada53a7008c.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
-rw-r--r--doc/src/sgml/ddl.sgml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 8a728e1653b..edbbfd9ee81 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -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>