Re: COPY problem on -- strings - Mailing list pgsql-general

From Sabin Coanda
Subject Re: COPY problem on -- strings
Date
Msg-id gg36dt$i9u$1@news.hub.org
Whole thread Raw
In response to COPY problem on -- strings  ("Sabin Coanda" <sabin.coanda@deuromedia.ro>)
List 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



pgsql-general by date:

Previous
From: Christian Schröder
Date:
Subject: Re: MS Access and PostgreSQL - a warning to people thinking about it
Next
From: Andy Greensted
Date:
Subject: Re: Connecting to old 7.1 Database