pgsql: Doc: Explain about Column List feature.
Amit Kapila <akapila@postgresql.org>
From: Amit Kapila <akapila@postgresql.org>
To: pgsql-committers@lists.postgresql.org
Date: 2022-09-07T03:41:17Z
Lists: pgsql-hackers
Doc: Explain about Column List feature. Add a new logical replication section for "Column Lists" (analogous to the Row Filters page). This explains how the feature can be used and the caveats in it. Author: Peter Smith Reviewed-by: Shi yu, Vignesh C, Erik Rijkers, Amit Kapila Backpatch-through: 15, where it was introduced Discussion: https://postgr.es/m/CAHut+PvOuc9=_4TbASc5=VUqh16UWtFO3GzcKQK_5m1hrW3vqg@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/f98d07424523ab5fefa6c6483dbf60d0d2fe1df3 Modified Files -------------- doc/src/sgml/logical-replication.sgml | 217 +++++++++++++++++++++++++++++++ doc/src/sgml/ref/alter_publication.sgml | 12 +- doc/src/sgml/ref/create_publication.sgml | 6 +- 3 files changed, 224 insertions(+), 11 deletions(-)
Commits
-
Rework <warning> box about column list combining in logical replication
- d8209d09170f 15.2 landed
- c6f21b2ac215 16.0 landed
-
Copy-edit docs for logical replication column lists
- bfa58a679a57 15.0 landed
- 3a06a79cd137 16.0 landed
-
Doc: Explain about Column List feature.
- f98d07424523 16.0 cited