Re: [HACKERS] Ordering of pg_dump output - Mailing list pgsql-hackers

From Don Baccus
Subject Re: [HACKERS] Ordering of pg_dump output
Date
Msg-id 3.0.1.32.20000208112616.010bc930@mail.pacifier.com
Whole thread Raw
In response to Re: [HACKERS] Ordering of pg_dump output  ("Mark Hollomon" <mhh@nortelnetworks.com>)
List pgsql-hackers
At 02:01 PM 2/8/00 -0500, Mark Hollomon wrote:
>Tom Lane wrote:
>> 
>> The simplest real solution I've heard so far is to dump database objects
>> in order by OID rather than doing it strictly by type.
>> 
>> Is anyone working on this, or does anyone want to?  I haven't looked at
>> pg_dump in a while, but I know some other folks have been hacking it
>> recently.
>
>I'll take a stab at it, if Peter E. isn't already doing it.

You might want to e-mail Jan and/or Steve Szabo, who've been working
on dumping referential integrity stuff.  Because tables can mutally
refer to each other, constraint dumping won't be done until data is
dumped, so the data will be loaded first when someone recreates the
database from the dump.

I was busy over the weekend working the MATCH <unspecified> and the
semantics of referential integrity actions so mostly ignored the
e-mails they traded on the subject - you'll need to get details
from them.

You need to make sure whatever you do doesn't break whatever they've
done or are doing...



- Don Baccus, Portland OR <dhogaza@pacifier.com> Nature photos, on-line guides, Pacific Northwest Rare Bird Alert
Serviceand other goodies at http://donb.photo.net.
 


pgsql-hackers by date:

Previous
From: "Mark Hollomon"
Date:
Subject: Re: [HACKERS] Ordering of pg_dump output
Next
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Ordering of pg_dump output