Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Doc: Generated columns are skipped for logical replication.
authorAmit Kapila <akapila@postgresql.org>
Fri, 21 Jun 2024 03:46:06 +0000 (09:16 +0530)
committerAmit Kapila <akapila@postgresql.org>
Fri, 21 Jun 2024 03:46:06 +0000 (09:16 +0530)
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

doc/src/sgml/ddl.sgml

index 8a728e1653ba2a82bcee63eeb761ab8ca298d774..edbbfd9ee81662df36cd832c74c6a2f3837a8324 100644 (file)
@@ -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>