Re: creation of foreign key without checking prior data? - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject Re: creation of foreign key without checking prior data?
Date
Msg-id 20090917174455.GA9730@depesz.com
Whole thread Raw
In response to Re: creation of foreign key without checking prior data?  (Peter Hunsberger <peter.hunsberger@gmail.com>)
Responses Re: creation of foreign key without checking prior data?  (Peter Hunsberger <peter.hunsberger@gmail.com>)
List pgsql-general
On Thu, Sep 17, 2009 at 12:31:14PM -0500, Peter Hunsberger wrote:
> On Thu, Sep 17, 2009 at 11:40 AM, hubert depesz lubaczewski
> <depesz@depesz.com> wrote:
> >
> > So, since (as we know) foreign keys are not fault-proof, wouldn't it be
> > good to provide a way to create them without all this time-consuming
> > check?
>
> No.
>
> If you don't want the behavior of a foreign key then just don't define
> a foreign key. Load the data, clean it up, then create the foreign key

I think you are missing the point. Data is clean. It's dump. creation of
fkey takes time, and i'd like to avoid this delay.

depesz

--
Linkedin: http://www.linkedin.com/in/depesz  /  blog: http://www.depesz.com/
jid/gtalk: depesz@depesz.com / aim:depeszhdl / skype:depesz_hdl / gg:6749007

pgsql-general by date:

Previous
From: Peter Hunsberger
Date:
Subject: Re: creation of foreign key without checking prior data?
Next
From: Scott Marlowe
Date:
Subject: pg_restore -j