Re: Ambiguous description on new columns - Mailing list pgsql-docs

From Laurenz Albe
Subject Re: Ambiguous description on new columns
Date
Msg-id 59e46f589143f32fe83ac8c8250d4cd535f57124.camel@cybertec.at
Whole thread Raw
In response to Re: Ambiguous description on new columns  (Peter Smith <smithpb2250@gmail.com>)
List 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



pgsql-docs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: column_name of ALTER MATERIALIZED VIEW should only refer to an existing column
Next
From: Igor Gnatyuk
Date:
Subject: Re: Add small detail to RAISE statement descripton