projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ce8ee9
)
Doc: Generated columns are skipped for logical replication.
author
Amit Kapila
<akapila@postgresql.org>
Fri, 21 Jun 2024 04:02:16 +0000
(09:32 +0530)
committer
Amit Kapila
<akapila@postgresql.org>
Fri, 21 Jun 2024 04:02:16 +0000
(09:32 +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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ddl.sgml
b/doc/src/sgml/ddl.sgml
index eb9870d9b342f9e827da691065ea55384c652798..38725a12f6dd6ada22b32711f4add982a8e62f1d 100644
(file)
--- 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>