Re: [GENERAL] pg_dump dumping data in order? (used to in 7.4 but not now in 8?)

2005-02-12 Thread Miles Keaton
use --disable-triggers Hey! Cool. Worked. Thanks! ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[GENERAL] pg_dump dumping data in order? (used to in 7.4 but not now in 8?)

2005-02-11 Thread Miles Keaton
When I do a pg_dump, (--data-only), PG7 used to dump the data out in order, so that all foreign-key checks worked correctly when loading the data back in. Now it seems with PG8 it's dumping it completely out of order (one of my completely foreign-key join tables first!) - and I can't get it to

Re: [GENERAL] pg_dump dumping data in order? (used to in 7.4 but not now in 8?)

2005-02-11 Thread Tom Lane
Miles Keaton [EMAIL PROTECTED] writes: When I do a pg_dump, (--data-only), PG7 used to dump the data out in order, so that all foreign-key checks worked correctly when loading the data back in. If it did so, it was by pure luck. In general it is not possible for pg_dump to guarantee this