[GENERAL] pg_dump segfaults with -z on 6.4

2000-12-31 Thread Frank Joerdens
I'm just trying to upgrade from 6.4 to 7.1 and did a pg_dumpall -oz > outfile or pg_dump -oz database > outfile to catch the permissions, and I get a Segmentation fault. Omitting -z works, but that doesn't cut the mustard cuz I'd have to add all the permission by hand for every single table (

Re: [GENERAL] pg_dump segfaults with -z on 6.4

2000-12-31 Thread Tom Lane
The CVS logs show that a likely-looking patch was applied in Dec 1998, so 6.4.2 probably contains the fix. Update to 6.4.2 (maybe even just compile and install its pg_dump) and give it another try. regards, tom lane

[GENERAL] Re: DBD::Pg

2000-12-31 Thread rob
The DBD::Pg module REQUIRES two environment variables to be set and exported. (last time I checked) You might also try "find / -iname libpq-fe.h" in the future to find things like this. Good luck. --rob - Original Message - From: "Vince Vielhaber" <[EMAIL PROTECTED]> To: <[EMAIL PROTEC