| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Add support for renaming constraints |
| Date: | 2012-03-10 18:20:29 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Add support for renaming constraints
reviewed by Josh Berkus and Dimitri Fontaine
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/39d74e346c083aa371ba64c4edb1332c40b56530
Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml | 16 +++-
src/backend/commands/alter.c | 4 +
src/backend/commands/tablecmds.c | 102 ++++++++++++++++++++++
src/backend/parser/gram.y | 10 ++
src/include/commands/tablecmds.h | 2 +
src/test/regress/expected/alter_table.out | 135 +++++++++++++++++++++++++++++
src/test/regress/sql/alter_table.sql | 40 +++++++++
7 files changed, 306 insertions(+), 3 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2012-03-10 23:37:07 | pgsql: Restructure SPGiST opclass interface API to support whole-index |
| Previous Message | Robert Haas | 2012-03-09 20:19:03 | pgsql: sepgsql DROP support. |