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

From: froast <froast(at)qq(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: how should I do to disable the foreign key in postgres?
Date: 2007-11-14 07:16:48
Message-ID: tencent_5A27DFF7434249D9791942ED@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Simon Riggs 2007-11-14 07:26:49 Re: PITR and warm standby setup questions
Previous Message Martin Langhoff 2007-11-14 05:56:06 Re: Client-requested cast mode to emulate Pg8.2 on v8.3