Unable to pg_dump 8.1.2 - memory alloc error

From: "airbulb " <airbulb(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Unable to pg_dump 8.1.2 - memory alloc error
Date: 2007-01-31 18:14:41
Message-ID: 896477840701311014t21d07275kd2bd5c01b9a92b67@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello

I get the following error when dumping a pg database with WIN_1252 encoding:

pg_dump --clean --no-owner dumpfile | gzip >/home/postgres/globalen.dump.gz
2>>./err.out

pg_dump: ERROR: invalid memory alloc request size 4294967293
pg_dump: SQL command to dump the contents of table "site" failed:
PQendcopy() failed.
pg_dump: Error message from server: ERROR: invalid memory alloc request
size 4294967293
pg_dump: The command was: COPY public.site (site_id, url, status, created,
"domain", title) TO stdout;

Possibly related is a particular query with pgAdmin on same site table with
above error yields
ERROR: invalid multibyte character for locale

I have upgraded from 8.1.2 to 8.1.6 but get the same error.

Any help appreciated.

Regards,
David.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Koczan 2007-01-31 18:23:05 Re: pg_dumpall problems
Previous Message Tom Lane 2007-01-31 17:51:16 Re: postmaster udp ports?