From: Amit Kapila Date: Fri, 21 Jun 2024 04:11:13 +0000 (+0530) Subject: Doc: Generated columns are skipped for logical replication. X-Git-Tag: REL_15_8~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a99b2ccd567937629cf4dc01391c59af66e3384d;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index efe68fc8458..7f3d7e2c3e8 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -373,6 +373,12 @@ CREATE TABLE people ( generated columns in BEFORE triggers. + + + Generated columns are skipped for logical replication and cannot be + specified in a CREATE PUBLICATION column list. + +