doc: Add referential actions to CREATE/ALTER TABLE synopsis

Peter Eisentraut <peter@eisentraut.org>

Commit: db9f287711ac49d9799f93f664d6d101ff8f5891
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2021-11-11T09:49:44Z
Releases: 15.0
doc: Add referential actions to CREATE/ALTER TABLE synopsis

The general constraint synopsis references "referential_action", but
this was not further defined in the synopsis section.  Compared to the
level of detail that the synopsis gives to other subclauses, this
should surely be there.

extracted from a patch by Paul Martinez <hellopfm@gmail.com>

Discussion: https://www.postgresql.org/message-id/flat/CACqFVBZQyMYJV=njbSMxf+rbDHpx=W=B7AEaMKn8dWn9OZJY7w@mail.gmail.com

Files

PathChange+/−
doc/src/sgml/ref/alter_table.sgml modified +4 −0
doc/src/sgml/ref/create_table.sgml modified +4 −0

Documentation touched

Discussion