Re: bug with constraint dependencies? or bug with - Mailing list pgsql-hackers

From Tom Lane
Subject Re: bug with constraint dependencies? or bug with
Date
Msg-id 24446.1062087213@sss.pgh.pa.us
Whole thread Raw
In response to Re: bug with constraint dependencies? or bug with  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Responses Re: bug with constraint dependencies? or bug with
List pgsql-hackers
Stephan Szabo <sszabo@megazone.bigpanda.com> writes:
> ... that would only help if the unique constraint were created before the
> references constraint.

But in any case, pg_dump ought to be careful to dump index creation
commands before REFERENCES constraints, I should think.  If it isn't
doing that, there's a performance hit even if the code manages to work.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: bug with constraint dependencies? or bug with
Next
From: Tom Lane
Date:
Subject: Re: Index creation takes for ever