Syntax Error in COPY

From: Együd Csaba <csegyud(at)vnet(dot)hu>
To: pgsql-general(at)postgresql(dot)org
Subject: Syntax Error in COPY
Date: 2005-11-25 13:02:16
Message-ID: 0IQI000YMHI24980@invitel.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Florian G. Pflug 2005-11-25 13:34:45 Strange VACUUM behaviour
Previous Message Tino Wildenhain 2005-11-25 11:22:20 Re: tool for DB design