Re: Ambiguous description on new columns

Laurenz Albe <laurenz.albe@cybertec.at>

From: Laurenz Albe <laurenz.albe@cybertec.at>
To: Peter Smith <smithpb2250@gmail.com>, kdg.dev@gmail.com, pgsql-docs@lists.postgresql.org
Date: 2024-05-22T07:21:10Z
Lists: pgsql-hackers, pgsql-docs
On Wed, 2024-05-22 at 12:47 +1000, Peter Smith wrote:
> I think the following small change will remove any ambiguity:
> 
> BEFORE
> If no column list is specified, any columns added later are
> automatically replicated.
> 
> SUGGESTION
> If no column list is specified, any columns added to the table later
> are automatically replicated.
> 
> ~~
> 
> I attached a small patch to make the above change.

+1 on that change.

Yours,
Laurenz Albe



Commits

  1. Doc: Fix ambuiguity in column lists.