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 [email protected]
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/[email protected]

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