Re: Implicit casts to array types

From: joshua <jzuellig(at)arbormetrix(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Implicit casts to array types
Date: 2012-12-14 16:06:29
Message-ID: 1355501189339-5736602.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Merlin Moncure-2 wrote
> If input csv doesn't match your destination structure, then staging
> the input to a temporary work table and processing the transformation
> with a query is really the way to go. Hacking casts is about as ugly
> as it gets.
>
> merlin

Thanks. I thought that might be the case. I just wanted to see if there was
a way to slightly alter the COPY FROM protocol's functionality. But it'll
probably be safest to just update all our csv's.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Implicit-casts-to-array-types-tp5736582p5736602.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alejandro Carrillo 2012-12-14 16:07:40 Re: Read recover rows
Previous Message Maciek Sakrejda 2012-12-14 16:05:00 Re: Fwd: [ADMIN] Confuse about the behaveior of PreparedStatement.executeBatch (jdbc)