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

From froast
Subject how should I do to disable the foreign key in postgres?
Date
Msg-id tencent_5A27DFF7434249D9791942ED@qq.com
Whole thread Raw
Responses Re: how should I do to disable the foreign key in postgres?  ("Trevor Talbot" <quension@gmail.com>)
Re: how should I do to disable the foreign key in postgres?  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-general
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?  

pgsql-general by date:

Previous
From: Ted Byers
Date:
Subject: Re: Need help with complicated SQL statement
Next
From: Abhijeet
Date:
Subject: regexp_replace() function in new version