From: Amit Kapila Date: Fri, 21 Jun 2024 04:19:30 +0000 (+0530) Subject: Doc: Generated columns are skipped for logical replication. X-Git-Tag: REL_16_4~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c469a939cf1cc95b136653e7c6e27e472dc0472;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 11fa9c4a327..679b2bf0af4 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -400,6 +400,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. + +