Error when running PG_DUMP

When I running pg_dump i have error

pg_dump: Error message from server: ERROR: MemoryContextAlloc: invalid
request size 4294967293
pg_dump: The command was: FETCH 100 FROM _pg_dump_cursor
pg_dump: *** aborted because of error

any have sollutions with that error?..

--
Sent via pgsql-admin mailing list (pgsql-admin [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
idris khanafi [ Mo, 12 Oktober 2009 11:29 ] [ ID #2019462 ]

Re: Error when running PG_DUMP

idris khanafi <idris.khanafi [at] detik.com> writes:
> When I running pg_dump i have error
> pg_dump: Error message from server: ERROR: MemoryContextAlloc: invalid
> request size 4294967293
> pg_dump: The command was: FETCH 100 FROM _pg_dump_cursor

Looks like a corrupted-data problem to me. You might try not using
the -d/-D switch as the easiest way to find out which table contains
the corrupt data --- then you'll see the error on a COPY command instead
of a cursor fetch.

regards, tom lane

--
Sent via pgsql-admin mailing list (pgsql-admin [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Tom Lane [ So, 18 Oktober 2009 04:23 ] [ ID #2019466 ]
Datenbanken » gmane.comp.db.postgresql.admin » Error when running PG_DUMP

Vorheriges Thema: Urgent Help required
Nächstes Thema: Inserting records into a Table in Remote database from another table in remote database