aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-12-08 21:35:36 +0000
committerBruce Momjian <bruce@momjian.us>2005-12-08 21:35:36 +0000
commit04db9d25d1961b1f056dec32f6711d0af0629bef (patch)
treedac2638d0836928c327654217bde7bbab2ea9e97 /src
parentc03aa1f9c9a52dd8e6c915962c9d4d35675ca5bc (diff)
downloadpostgresql-04db9d25d1961b1f056dec32f6711d0af0629bef.tar.gz
postgresql-04db9d25d1961b1f056dec32f6711d0af0629bef.zip
there's a paragraph in the ALTER TABLE reference page that reads:
DROP CONSTRAINT This form drops constraints on a table. Currently, constraints on tables are not required to have unique names, so there may be more than one constraint matching the specified name. All matching constraints will be dropped. To my knowledge, it is no longer possible to create constraints with the same name for the same relation. When you create a constraint and specify the same name explictly, an error is raised. Implicit constraint creation won't choose an existing name either and up to now you could not rename a constraint. Renaming works with the patch I sent in a few hours ago but this patch as well won't allow constraints with identical names on the same relation. The attached patch thus removes the note in the docs. Joachim Wieland
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions