pgsql: Doc: Fix ambuiguity in column lists. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: Fix ambuiguity in column lists.
Date
Msg-id E1sGt1v-000xsy-Up@gemulon.postgresql.org
Whole thread Raw
List 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_16_STABLE

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

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


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: doc: Mention all options equivalent to pg_dump --filter patterns
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix an assert in CheckPointReplicationSlots().