Re: pg_restore out of memory - Mailing list pgsql-general

From Francisco Reyes
Subject Re: pg_restore out of memory
Date
Msg-id cone.1181959620.888167.96176.1000@zoraida.natserv.net
Whole thread Raw
In response to pg_restore out of memory  (Francisco Reyes <lists@stringsutils.com>)
List pgsql-general
Tom Lane writes:

> thought it was all one long line and tried to read it all in at once.
> What's the history of your datafile --- has it maybe gotten passed
> through a Windows newline conversion?

The database has emails.
The table in question holds the attachments. Each row represents one
attachment. The file to be inserted is hex64 encoded before insertion.

The email capture and hex64 conversion are both done on FreeBSD machines.
Although it never passes through a windows machine the attachments for the
most part are coming from windows machines.

pgsql-general by date:

Previous
From: John DeSoi
Date:
Subject: Re: Dynamically generating DDL for postgresql object
Next
From: Tom Allison
Date:
Subject: Re: DeadLocks..., DeadLocks...