pgsql: Add table_constraint synopsis to ALTER TABLE documentation.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add table_constraint synopsis to ALTER TABLE documentation.
Date: 2017-10-28 09:24:20
Message-ID: E1e8NLo-0005Ok-N5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9f295c08f8776213ccb592de0c4f094738d6d841

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml | 11 +++++++++++
1 file changed, 11 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-10-28 09:50:44 pgsql: Improve comments for parallel executor estimation functions.
Previous Message Robert Haas 2017-10-28 09:14:52 pgsql: Fix grammar.