Re: CONSTRAINT

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: CONSTRAINT
Дата
Msg-id 20020227093044.C3813-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на CONSTRAINT  (Marcelo Pereira <gandalf@sum.desktop.com.br>)
Список pgsql-general
On Wed, 27 Feb 2002, Marcelo Pereira wrote:

> Hello All,
>
> Is there any way I could drop a CONSTRAINT (foreign key) ?

In 7.2 you should be able to use ALTER TABLE DROP CONSTRAINT
to drop the constraint by the name you gave it.  Otherwise
you can remove the triggers that implement the constraint.  There's
more info on techdocs.postgresql.org that go into the details
of the triggers which will let you find them.



В списке pgsql-general по дате отправления:

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Re: atomicity
Следующее
От: "Bart Callear"
Дата:
Сообщение: Re: Mysql - not again