From: | Francisco Reyes <lists(at)stringsutils(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: pg_restore out of memory |
Date: | 2007-06-16 02:07:00 |
Message-ID: | cone.1181959620.888167.96176.1000@zoraida.natserv.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Allison | 2007-06-16 03:17:37 | Re: DeadLocks..., DeadLocks... |
Previous Message | John DeSoi | 2007-06-16 01:50:39 | Re: Dynamically generating DDL for postgresql object |