Re: Unable to dump database/table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Unable to dump database/table
Дата
Msg-id 4906.1097504233@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Unable to dump database/table  (Krok <krok@void.ru>)
Ответы Re: Unable to dump database/table
Список pgsql-bugs
Krok <krok@void.ru> writes:
> pg_dump: dumping contents of table users
> pg_dump: ERROR:  out of memory
> DETAIL:  Failed on request of size 536870920.
> pg_dump: SQL command to dump the contents of table "users" failed:
> PQendcopy() failed.
> pg_dump: Error message from server: ERROR:  out of memory
> DETAIL:  Failed on request of size 536870920.

Looks like corrupt data to me (specifically, a variable-width field
with a ridiculous length word).

You may care to consult the archives regarding methods for dealing with
this sort of problem.  If you're lucky, there's only one bad row ...

            regards, tom lane

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