pgsql: Doc: Fix ambuiguity in column lists.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Fix ambuiguity in column lists.
Date: 2024-06-11 04:22:44
Message-ID: E1sGt1v-000xt1-VM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Fix ambuiguity in column lists.

The behavior for columns added later to the table for publications with no
specified column lists was not clear.

Reported-by: Koen De Groote
Author: Peter Smith
Reviewed-by: Vignesh C, Laurenz Albe
Backpatch-through: 15
Discussion: https://postgr.es/m/171621878740.686.11325940592820985181@wrigleys.postgresql.org

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a8d747771fe59cd3cf7bc16029a3e4d01407a864

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2024-06-11 05:32:51 pgsql: Fix an assert in CheckPointReplicationSlots().
Previous Message Dean Rasheed 2024-06-10 14:00:42 pgsql: doc: Mention all options equivalent to pg_dump --filter patterns