Re: Ambiguous description on new columns
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: kdg.dev@gmail.com, pgsql-docs@lists.postgresql.org
Date: 2024-05-22T03:05:37Z
Lists: pgsql-hackers, pgsql-docs
On Tue, May 21, 2024 at 3:40 AM PG Doc comments form <noreply@postgresql.org> wrote: > The following documentation comment has been logged on the website: > > Page: > https://www.postgresql.org/docs/16/logical-replication-col-lists.html > Description: > > The documentation on this page mentions: > > "If no column list is specified, any columns added later are automatically > replicated." > > It feels ambiguous what this could mean. Does it mean: > > 1/ That if you alter the table on the publisher and add a new column, it > will be replicated > Yes, this is the only thing in scope you can "add columns to later". > 2/ If you add a column list later and add a column to it, it will be > replicated > I feel like we failed somewhere if the reader believes that it is possible to alter a publication in this way. David J.
Commits
-
Doc: Fix ambuiguity in column lists.
- 3470391e169e 17.0 landed
- c7972f122617 16.4 landed
- a8d747771fe5 15.8 landed