Syntax Error in COPY - Mailing list pgsql-general

From Együd Csaba
Subject Syntax Error in COPY
Date
Msg-id 0IQI000YMHI24980@invitel.hu
Whole thread Raw
Responses Re: Syntax Error in COPY  (Jaime Casanova <systemguards@gmail.com>)
List pgsql-general
Hi,
could anybody help me?

The backend (8.0) complains about the syntax of the following command. (This
row is from a dump created by pgadmin 1.4, using pg_dump.exe v8.0.0.5017)
The syntax error is located at the first 'DE' after the stdin;.

What's the problem?

COPY eden_countries (countrycode, countryname_hu, countryname_en,
countryname_de, telephone_prefix, lang_code, lastmod, moduserid) FROM stdin;
DE    Németország    Germany    Deutschland    +49    DE
2005-07-20 08:04:26.613    103
HU    Magyarország    Hungary    Ungarn    +36    HU            2005-07-20
08:04:26.613    103
EN    Anglia    England    England    +44    UK            2005-08-12
06:03:42.391512    107
CZ    Csehország    Czeck Republic    Tchezische republik    43    CZ
2005-08-31 16:37:35.6287    103
\.

Thank you,
-- Csaba Együd

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 2005.11.24.



pgsql-general by date:

Previous
From: Greg Stark
Date:
Subject: Re: regarding postmaster.pid file
Next
From: Jaime Casanova
Date:
Subject: Re: Syntax Error in COPY