pgsql: Doc: Explain about Column List feature.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Explain about Column List feature.
Date: 2022-09-07 03:41:17
Message-ID: E1oVlwC-001nOl-JD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/25996a82a44629bdedeae73b36c37ee35b37e9fe

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-09-07 03:46:54 Re: pgsql: Add ALTER SUBSCRIPTION ... SKIP.
Previous Message Tom Lane 2022-09-06 22:00:45 pgsql: Fix new pg_publication_tables query.