Re: Dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Dump
Дата
Msg-id 3937.960393161@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Dump  (Mihai Gheorghiu <tanhq@bigplanet.com>)
Список pgsql-general
Mihai Gheorghiu <tanhq@bigplanet.com> writes:
>>> I wanted to back up a database prior to upgrading to 7.0.2
>>> pg_dump dbname > dbname.bak
>>> FATAL 1: Memory exhausted in AllocSetAlloc()
>>> PQendcopy: resetting connection
>>> SQL query to dump the contents of Table 'tblname' did not execute
>>> correctly.
>>
>> Hmm, what version are you using now?  COPY used to have a memory leak
>> problem according to the CVS logs, but that was long ago (pre-6.4).

> 7.0 on RH6.1

OK, so much for the old-version theory.  What is the full declaration of
table 'tblname'?  (Easiest way to get it is pg_dump -s -t tblname dbname.)
Also, how many rows in the table?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Dump
Следующее
От: mjp@ornl.gov
Дата:
Сообщение: Re: Composite Types