pgsql: Correct description of constraint_name in ALTER TABLE documentat

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct description of constraint_name in ALTER TABLE documentat
Date: 2014-04-14 14:53:20
Message-ID: E1WZiG8-0002K3-N6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct description of constraint_name in ALTER TABLE documentation.

Apparently, the old text was written at a time when the only use of
constraint_name here was for a constraint to be dropped, but that's
no longer true.

Etsuro Fujita

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f0aa6c06d4e114ecb7ed81a2168238bbcfd54878

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-04-14 15:18:55 pgsql: Fix bogus handling of bad strategy number in GIST consistent() f
Previous Message Robert Haas 2014-04-14 14:45:17 pgsql: Update list of relation types on which ALTER TABLE RENAME/OWNER