Re: [GENERAL] pg_dump fails on 7.4 Postgres

2005-05-12 Thread Jimmie H. Apsey
Tom Lane wrote: "Jimmie H. Apsey" <[EMAIL PROTECTED]> writes: At this point, I am unable to do a pg_dump using our new Rec Hat Enterprise Linux AS 4 version of Postgres which is version 7.4. Here's what I get when I try to do a pg_dump of our database: [ ~]$ /usr/bin/pg_dump dcf_2005040

Re: [GENERAL] pg_dump fails on 7.4 Postgres

2005-05-10 Thread Tom Lane
"Jimmie H. Apsey" <[EMAIL PROTECTED]> writes: > At this point, I am unable to do a pg_dump using our new Rec Hat > Enterprise Linux AS 4 version of Postgres which is version 7.4. > Here's what I get when I try to do a pg_dump of our database: > [ ~]$ /usr/bin/pg_dump dcf_20050404 >& /~/dcf_200504

Re: [GENERAL] pg_dump fails on 7.4 Postgres

2005-05-10 Thread Douglas McNaught
"Jimmie H. Apsey" <[EMAIL PROTECTED]> writes: > This may be my second posting but I think I've done it correctly this time. > At this point, I am unable to do a pg_dump using our new Rec Hat > Enterprise Linux AS 4 version of Postgres which is version 7.4. > Here's what I get when I try to do a pg

[GENERAL] pg_dump fails on 7.4 Postgres

2005-05-10 Thread Jimmie H. Apsey
This may be my second posting but I think I've done it correctly this time. At this point, I am unable to do a pg_dump using our new Rec Hat Enterprise Linux AS 4 version of Postgres which is version 7.4. Here's what I get when I try to do a pg_dump of our database: ---