Re: COPY problem on -- strings

From: "Sabin Coanda" <sabin(dot)coanda(at)deuromedia(dot)ro>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: COPY problem on -- strings
Date: 2008-11-20 08:16:27
Message-ID: gg36dt$i9u$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Is that the *first* error message you got?
>

Yes it is.

In fact I made a mistake in the first email, so instead:
INSERT INTO "A" ( "Col1", "Col2" )
VALUES (2, '-- any text' );

please change with:
INSERT INTO "A" ( "Col1", "Col2" )
VALUES (1, '-- any text' );

However I suppose this doesn't change the problem :(.

Regards,
Sabin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andy Greensted 2008-11-20 08:44:49 Re: Connecting to old 7.1 Database
Previous Message Christian Schröder 2008-11-20 06:47:56 Re: MS Access and PostgreSQL - a warning to people thinking about it