Re: pg_dumpall won't work?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dumpall won't work?
Дата
Msg-id 14165.1013104346@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dumpall won't work?  (Joel Mc Graw <jpmcgraw1@home.com>)
Список pgsql-admin
Joel Mc Graw <jpmcgraw1@home.com> writes:
> I tried to run pg_dumpall and I got "strdup: failed to allocate
> memory".  I tried to run it again and I get a segmentation fault.

Strange.  Can you provide a debugger backtrace from the segfault?
Another thing that might be useful is to log the queries being sent
to the server, so we can see what the last few were.  Easiest way
to do that is
    export PGOPTIONS="-d2"
(or equivalent for whatever shell you use) before running pg_dump.

            regards, tom lane

В списке pgsql-admin по дате отправления:

Предыдущее
От: Simone Tellini
Дата:
Сообщение: PG 7.2 tarball
Следующее
От: Phill Kenoyer
Дата:
Сообщение: Re: PG 7.2 tarball