| From: | Amit Kapila <akapila(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Doc: Generated column replication. |
| Date: | 2025-01-30 05:40:54 |
| Message-ID: | E1tdNIM-004MDt-7D@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Doc: Generated column replication.
Commit 7054186c4e added the support to publish generated stored columns.
This patch adds detailed documentation for that feature.
Author: Peter Smith <smithpb2250(at)gmail(dot)com>
Reviewed-by: Vignesh C <vignesh21(at)gmail(dot)com>
Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>
Reviewed-by: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Discussion: https://postgr.es/m/B80D17B2-2C8E-4C7D-87F2-E5B4BE3C069E%40gmail.com
Discussion: https://postgr.es/m/CAHut+PsYmAvKhUjA1AaR1rxLdeSBKiBko8wKyf4_H8nEEqDuOg@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/6252b1eaf82bb8db361341d1c8651e43b29be816
Modified Files
--------------
doc/src/sgml/ddl.sgml | 1 +
doc/src/sgml/logical-replication.sgml | 192 +++++++++++++++++++++++++++++++
doc/src/sgml/ref/create_publication.sgml | 5 +
3 files changed, 198 insertions(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2025-01-30 18:21:50 | pgsql: Simplify executor's handling of CaseTestExpr & CoerceToDomainVal |
| Previous Message | Amit Langote | 2025-01-30 02:58:47 | pgsql: Move PartitionPruneInfo out of plan nodes into PlannedStmt |