I've set the encoding to LATIN2 and everything worked fine... no encoding
errors and no memory allocation failures...
The tables where the memory failures occured are:
CREATE TABLE press_releases (
id serial NOT NULL,
title character varying(255) NOT NULL,
body text NOT NULL,
Andrei Ivanov <[EMAIL PROTECTED]> writes:
> You will find more info attached.
I could not reproduce the "out of memory" failure using this information
(I got "invalid byte sequence" instead, on both of those COPY commands).
What exactly is the declaration of the tables being copied into?
> What a
You will find more info attached.
What about the invalid UNICODE data ? How can I fix it ? In the attachment
there is the line that gives the error...
Thanks.
On Tue, 13 Jan 2004, Tom Lane wrote:
> Andrei Ivanov <[EMAIL PROTECTED]> writes:
> > I have a dump created with pg_dump ver 7.4.1 from