Add table_constraint synopsis to ALTER TABLE documentation.

Robert Haas <rhaas@postgresql.org>

Commit: 9f295c08f8776213ccb592de0c4f094738d6d841
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-10-28T09:20:00Z
Releases: 11.0
Add table_constraint synopsis to ALTER TABLE documentation.

This is already present in the CREATE TABLE documentation, but it's
nicer not to have to refer to CREATE TABLE to find out the syntax
for ALTER TABLE.

Lætitia Avrot

Files

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

Documentation touched