Re: Disabling FK for tables in Postgresql

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Disabling FK for tables in Postgresql
Дата
Msg-id 20090129055928.GA21497@a-kretschmer.de
обсуждение исходный текст
Ответ на Disabling FK for tables in Postgresql  (Josh Harrison <joshques@gmail.com>)
Список pgsql-general
In response to Josh Harrison :
> Hi
> Is it possible to disable FK constraints in Postgresql?

You can set the constraint deferred (if the constraint defined
deferrable) or drop the constraint.

http://www.postgresql.org/docs/current/static/sql-set-constraints.html


Regards, Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

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

Предыдущее
От: Tony Caduto
Дата:
Сообщение: Re: System table documentation
Следующее
От: Asko Oja
Дата:
Сообщение: Re: possible pg_dump bug