Re: Functions with COPY

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: Rod Taylor <pg(at)rbt(dot)ca>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Functions with COPY
Date: 2003-11-27 15:21:06
Message-ID: 20031127152106.GF24094@ns.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Dave Cramer (pg(at)fastcrypt(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2003-11-27 15:28:07 Re: Functions with COPY
Previous Message Stephen Frost 2003-11-27 15:19:34 Re: Functions with COPY