Re: Alter table documentation page (again)

Alvaro Herrera <alvherre@2ndquadrant.com>

From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Lætitia Avrot <laetitia.avrot@gmail.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-12-06T20:05:34Z
Lists: pgsql-hackers
On 2018-Dec-06, Lætitia Avrot wrote:

> > I'd rename the action in ON DELETE/UPDATE to referential_action, both in
> > alter_table and in create_table (the latter just for consistency).
> 
> I love that "option 3" !  So clever!

Thanks :-)  I checked the SQL standard after sending that email, and
indeed it calls those elements <referential action>.  Go figure.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


Commits

  1. Clarify referential actions in docs of CREATE/ALTER TABLE