Re: Functions with COPY

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Functions with COPY
Дата
Msg-id 20031127152106.GF24094@ns.snowman.net
обсуждение исходный текст
Ответ на Re: Functions with COPY  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: Functions with COPY
Список 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 по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Functions with COPY
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Functions with COPY