For the add/drop constraint clauses would it be an idea to change the syntaxto:
ALTER TABLE [ ONLY ] x ADD CONSTRAINT x;ALTER TABLE [ ONLY ] x DROP CONSTRAINT x;
So that people can specify whether the constraint should be inherited ornot?
Chris