Deferred foreign key constraint downsides - Mailing list pgsql-general

From Jack Christensen
Subject Deferred foreign key constraint downsides
Date
Msg-id 4D9F5D23.5060105@hylesanderson.edu
Whole thread Raw
Responses Re: Deferred foreign key constraint downsides
Re: Deferred foreign key constraint downsides
List pgsql-general
I recently had cause to use a deferred foreign key constraint for the
first time. I like it. It seems it could make life simpler, especially
when an obstinate ORM insists on doing things in the wrong order.

The only downside I can see is it may be harder to track down where a
violation occurred since the error won't be raised until commit.

Are there any other downsides to just setting all my foreign keys to
initially deferred?

Thanks.

--
Jack Christensen
jackc@hylesanderson.edu


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: comma vs cross join question
Next
From: Jason Long
Date:
Subject: Re: comma vs cross join question