Re: 7.4.6 pg_dump failed

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.4.6 pg_dump failed
Дата
Msg-id 20157.1106775175@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 7.4.6 pg_dump failed  (Marty Scholes <marty@outputservices.com>)
Список pgsql-admin
I wrote:
>> You might have better luck if you didn't use -d.

After looking into it, the above seems to be sound advice.  pg_dump
appears to make several (three or four) copies of a wide field value
when using -d or -D mode, but only one copy when using the default
COPY mode.  I made a minor change in 8.0 sources to get rid of one
extra copy step, but getting it below three copies looks to be
impractical.

In any case it'd be a good idea to increase the data-segment ulimit
setting you are using for both the postmaster and pg_dump, if you intend
to push multi-hundred-meg field values around.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Trouble Escaping Quotes
Следующее
От: Luis Sousa
Дата:
Сообщение: Re: Restore postgres database problem