pg_dumpall forces plain text format - Mailing list pgsql-bugs

From Andrew Kohlsmith
Subject pg_dumpall forces plain text format
Date
Msg-id 200207102304.08584@-mixdown.ca
Whole thread Raw
Responses Re: pg_dumpall forces plain text format
List pgsql-bugs
I was trying to do a data+lo dump using pg_dumpall:

pg_dumpall -C -a -b -o -Ft > dumptest.data

Unfortunately I kept getting this error:

pg_dump: large object output is not supported for plain text dump files.
pg_dump: (Use a different output format.)

Upon looking at the pg_dumpall shell script I found out why:

PGDUMP="${PGPATH}/pg_dump $connectopts $pgdumpextraopts -Fp"

Is there a particular reason why plain text is forced?  Could this be removed
in the next version?  Or even moved to a pg_dumpall command line option?  I
really dislike using nonstandard tools.

Regards,
Andrew

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #708: PgTransaction class is broken since 7.2
Next
From: Richard Cook x261
Date:
Subject: Re: Bug #706: Wrong shlib flag for GCC compilation on Solaris