Can't copy from file into table

From: <database(at)gurubase(dot)com>
To: <pgsql-general(at)postgreSQL(dot)org>
Subject: Can't copy from file into table
Date: 2000-08-02 11:58:47
Message-ID: 965217527.39880cf7a9bf7@mail.gurubase.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear all,

I am using
copy tableA from '/tmp/A.data' and have the following error:

Unable to identify an operatior '=' for types 'varchar'
You will have to retype this query using an explicit cast.

What is "an explicit cast"?

Best regards,
Boris

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Poul L. Christiansen 2000-08-02 12:28:05 disable multiple queries
Previous Message Jerome Raupach 2000-08-02 09:53:44 copy with libpq?