Re: how should I do to disable the foreign key in postgres? - Mailing list pgsql-general

From Trevor Talbot
Subject Re: how should I do to disable the foreign key in postgres?
Date
Msg-id 90bce5730711171824m3e7a69d9g9802d0877b5b33f3@mail.gmail.com
Whole thread Raw
In response to how should I do to disable the foreign key in postgres?  ("froast" <froast@qq.com>)
List 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 by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: md5() sorting
Next
From: Gregory Stark
Date:
Subject: Re: Primary Key