Re: Problem with pg_dumpall

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with pg_dumpall
Дата
Msg-id 14979.962142613@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem with pg_dumpall  (Ryan Bradetich <ryan_bradetich@hp.com>)
Список pgsql-sql
Ryan Bradetich <ryan_bradetich@hp.com> writes:
> --  dumping out the contents of Table 'medusa'
> FATAL 1:  Memory exhausted in AllocSetAlloc()
> PQendcopy: resetting connection
> SQL query to dump the contents of Table 'medusa' did not execute
> correctly.  After we read all the table contents from the backend,
> PQendcopy() failed.  Explanation from backend: 'FATAL 1:  Memory
> exhausted in AllocSetAlloc()
> '.
> The query was: 'COPY "medusa" WITH OIDS TO stdout;

Hmm.  What is the full definition of that table?  (pg_dump -s -t medusa
would do.)
        regards, tom lane


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

Предыдущее
От: Ryan Bradetich
Дата:
Сообщение: Problem with pg_dumpall
Следующее
От: Ryan Bradetich
Дата:
Сообщение: Re: Problem with pg_dumpall