Re: Implicit casts to array types - Mailing list pgsql-general

From joshua
Subject Re: Implicit casts to array types
Date
Msg-id 1355501189339-5736602.post@n5.nabble.com
Whole thread Raw
In response to Re: Implicit casts to array types  (Merlin Moncure <mmoncure@gmail.com>)
List 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.


pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Implicit casts to array types
Next
From: Alejandro Carrillo
Date:
Subject: Re: Read recover rows