Re: how should I do to disable the foreign key in postgres?

Поиск
Список
Период
Сортировка
От Trevor Talbot
Тема Re: how should I do to disable the foreign key in postgres?
Дата
Msg-id 90bce5730711171824m3e7a69d9g9802d0877b5b33f3@mail.gmail.com
обсуждение исходный текст
Ответ на how should I do to disable the foreign key in postgres?  ("froast" <froast@qq.com>)
Список pgsql-general
On 11/13/07, froast <froast@qq.com> wrote:

> in mysql, I used :"set foreign_key_check = 0;" to disable the foreign key
> check, now I'm trying to migrate from mysql to postgres, how should I do to
> disable it?

PostgreSQL isn't really designed to let your data be compromised.
What actual problem are you trying to solve?  Why do you need foreign
key constraints to be ignored?

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: md5() sorting
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Primary Key