pg_dumpall forces plain text format

Поиск
Список
Период
Сортировка
От Andrew Kohlsmith
Тема pg_dumpall forces plain text format
Дата
Msg-id 200207102304.08584@-mixdown.ca
обсуждение исходный текст
Ответы Re: pg_dumpall forces plain text format  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #708: PgTransaction class is broken since 7.2
Следующее
От: Richard Cook x261
Дата:
Сообщение: Re: Bug #706: Wrong shlib flag for GCC compilation on Solaris