> 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 



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to