Re: Missing generated column in ALTER TABLE ADD COLUMN doc
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-06-11T04:02:28Z
Lists: pgsql-hackers
On Mon, Jun 10, 2019 at 06:09:53PM +0900, Masahiko Sawada wrote: > We already have the following line in action part but you mean we need > an extra line for that? > > ADD [ COLUMN ] [ IF NOT EXISTS ] column_name data_type [ COLLATE > collation ] [ column_constraint [ ... ] ] I was looking at the grammar extensions for ADD GENERATED and noticed what looked like inconsistencies, but your patch as well as the parsed query are right. Committed, thanks! -- Michael
Commits
-
Fix documentation of ALTER TABLE for stored values
- 727e45c8a457 12.0 landed