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-06T18:03:20Z
Lists: pgsql-hackers
On 2018-Dec-06, Lætitia Avrot wrote:

> Any thought ? Which option do you prefer ? I can write the patch, but I'd
> like to know what you think about that.

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).

-- 
Á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