change conndeferrable in pg_constraint?

From: "mboscia" <mbrngrboy(at)cox(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: change conndeferrable in pg_constraint?
Date: 2003-11-11 19:12:45
Message-ID: 3FB134AD.7090305@cox.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a situation where I need to set my constraints and keys
deferrable. Is it safe to update the condeferrable flag in
pg_constraint to true to make this happen? The alternative is to drop
all the constraints and add them back as deferrable.

Michael L. Boscia
mbrngrboy(at)cox(dot)net

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2003-11-11 19:25:48 Re: PL/Perl returning multiple rows
Previous Message Bruno Wolff III 2003-11-11 19:02:46 Re: Problem Deleting Referenced records