error during pg_dump

From: Akash Garg <akash(dot)garg(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: error during pg_dump
Date: 2005-06-20 20:13:44
Message-ID: 89058be205062013132036481f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Akash Garg 2005-06-20 21:08:04 Error during pg_dump
Previous Message Karl O. Pinc 2005-06-20 20:11:48 Re: Making the DB secure