Re: dropping anonymous constraints
Ben Liblit <liblit@eecs.berkeley.edu>
From: Ben Liblit <liblit@eecs.berkeley.edu>
To: pgsql-general@postgresql.org
Cc: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-07-17T08:16:58Z
Lists: pgsql-general
Tom Lane wrote: > Try psql's \d command to check out constraint names. That did it. Thank you for the speedy reply. (I can't help but shake my head at the design of ALTER TABLE's constraint manipulation facilities, whose non-orthogonality requires one to step outside the language and use things like "\d" to accomplish this sort of task. Perhaps when I have more database experience under my belt that will feel like less of a kludge.) In any case, thanks again for the help!