Index: doc/src/sgml/ref/alter_table.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v retrieving revision 1.81 diff -u -c -r1.81 alter_table.sgml *** doc/src/sgml/ref/alter_table.sgml 24 Aug 2005 17:24:19 -0000 1.81 --- doc/src/sgml/ref/alter_table.sgml 5 Dec 2005 12:15:45 -0000 *************** *** 183,192 **** 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. --- 183,189 ---- DROP CONSTRAINT ! This form drops the specified constraint on a table.