Add support for renaming constraints
Peter Eisentraut <peter_e@gmx.net>
Add support for renaming constraints reviewed by Josh Berkus and Dimitri Fontaine
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_table.sgml | modified | +13 −3 |
| src/backend/commands/alter.c | modified | +4 −0 |
| src/backend/commands/tablecmds.c | modified | +102 −0 |
| src/backend/parser/gram.y | modified | +10 −0 |
| src/include/commands/tablecmds.h | modified | +2 −0 |
| src/test/regress/expected/alter_table.out | modified | +135 −0 |
| src/test/regress/sql/alter_table.sql | modified | +40 −0 |