Re: Anyone working on pg_dump dependency ordering? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Anyone working on pg_dump dependency ordering?
Date
Msg-id 28573.1069613616@sss.pgh.pa.us
Whole thread Raw
In response to Re: Anyone working on pg_dump dependency ordering?  (Rod Taylor <pg@rbt.ca>)
Responses Re: Anyone working on pg_dump dependency ordering?
Re: Anyone working on pg_dump dependency ordering?
List pgsql-hackers
Rod Taylor <pg@rbt.ca> writes:
> Well.. the second one will be much slower when the foreign keys verify.
> Primary, unique constraints I'll buy in the create statement. Check
> constraints and defaults are a little fuzzier.

FK, primary, and unique constraints are already split out from the
CREATE TABLE for performance reasons.  We could think about folding them
back in in a schema-only dump, but in a full dump I don't think it's
negotiable --- you really want to load the table data before you install
these constraints.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Dennis Bjorklund
Date:
Subject: Re: Function parameter names
Next
From: Tom Lane
Date:
Subject: Re: [7.4] statistics collector: Protocol not supported