Re: Functions with COPY - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: Functions with COPY
Date
Msg-id 20031127152106.GF24094@ns.snowman.net
Whole thread Raw
In response to Re: Functions with COPY  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Functions with COPY  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-hackers
* Dave Cramer (pg@fastcrypt.com) wrote:
> There is a patch floating around for informix load/unload
>
> the syntax is load from 'file' insert into ...., and unload to 'file'
> select "whatever you like"
>
> Would this solve the problem?

I'm not sure.  It depends on what you can do with the '....' after
'insert into'.  If it's :
insert into blah (what here?) to_number(blah1,'99V99'),etc

Then I'd think it would work, but I don't know if that's what you're
saying or not.
Stephen

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Functions with COPY
Next
From: Dave Cramer
Date:
Subject: Re: Functions with COPY