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-10T08:05:04Z
Lists: pgsql-hackers
On Fri, Jun 07, 2019 at 06:07:34PM +0900, Masahiko Sawada wrote:
> We support ALTER TABLE ADD COLUMN .. GENERATED ALWAYS AS .. but the
> doc is missing it. Attached small patch fixes this.

Your patch updates the section related to constraint_name.  Don't you
need an extra line for the "action" part?
--
Michael

Commits

  1. Fix documentation of ALTER TABLE for stored values