error during pg_dump

Поиск
Список
Период
Сортировка
От Akash Garg
Тема error during pg_dump
Дата
Msg-id 89058be205062013132036481f@mail.gmail.com
обсуждение исходный текст
Ответы Error during pg_dump  (Akash Garg <akash.garg@gmail.com>)
Re: error during pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I got this error while doing a pg_dump on one of my tables -- any ideas?


pg_dump: ERROR:  invalid memory alloc request size 18446744073709551613
pg_dump: SQL command to dump the contents of table "users" failed:
PQendcopy() failed.
pg_dump: Error message from server: ERROR:  invalid memory alloc
request size 18446744073709551613
pg_dump: The command was: COPY public.users (id, "password", email,
firstname, lastname, dob, gender, timecreated, lastmodified,
pageviews, status, address, city, zip, country, state, phone,
lovestatus, interests, highschool, college, company, description,
matchdescription, hideage, hideprofile, hidepicture, hidejournal,
lastlogin, newsletter, offer, specialoffer, listpage, listpage2,
permissions, randomid, nextpage, whosinviewed, yahooviewed,
hotmailviewed, outlookviewed, loginid, numcontacts, inviteid,
inviterid, numlogins, lastoffertime, hidelocation, hidestatus,
emailpref) TO stdout;

Thanks,
Akash

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

Предыдущее
От: Bart Grantham
Дата:
Сообщение: Odd performance issue
Следующее
От: Akash Garg
Дата:
Сообщение: Error during pg_dump