temporarily offset foreign key constraints

Lists: torontopug
From: "George Kao" <george(dot)kao(at)group-upc(dot)com>
To: <torontopug(at)postgresql(dot)org>
Subject: temporarily offset foreign key constraints
Date: 2009-02-06 22:07:51
Message-ID: EEACD3D5962B425799F2BC11069CCD14@nitrex.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: torontopug

Hello,

Is there any sql command that is equivalent to
set foreign_key_checks=0; (of Mysql)
in posgresql?

Basically, I would like to some updates of data on the key field which has
the foreign key constraints? Any suggestion of how this can be achieved?

Thanks
George