Re: about pg_dump with --blobs - Mailing list pgsql-general

From Tom Lane
Subject Re: about pg_dump with --blobs
Date
Msg-id 21868.1123769003@sss.pgh.pa.us
Whole thread Raw
In response to Re: about pg_dump with --blobs  (Howard Kao <fatearthling@gmail.com>)
List pgsql-general
Howard Kao <fatearthling@gmail.com> writes:
> Basically we tried to restore a db and the following error message occurred:
> pg_restore: [archiver (db)] could not execute query: ERROR:  invalid
> memory alloc request size 1836016426

I'm wondering about corruption of the dump file.  I don't think either
-Fc or -Ft dump format can survive being run through a Unix/Windows
newline conversion, for example.  But as Richard noted, more detail
would help.

            regards, tom lane

pgsql-general by date:

Previous
From: "Hakan Kocaman"
Date:
Subject: Re: ask for help about postgresql
Next
From: Jeff Boes
Date:
Subject: Exceptions in PL/Perl?