Re: [HACKERS] COPY as a set returning function

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] COPY as a set returning function
Дата
Msg-id 6138da86-9afe-9a7f-acf6-ad215f287425@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] COPY as a set returning function  (Corey Huinker <corey.huinker@gmail.com>)
Ответы Re: [HACKERS] COPY as a set returning function  (Corey Huinker <corey.huinker@gmail.com>)
Список pgsql-hackers
On 1/25/17 8:51 PM, Corey Huinker wrote:
> # select * from copy_srf('echo "x\ty"',true) as t(x text, y text);

I find these parameters weird.  Just looking at this, one has no idea
what the "true" means.  Why not have a "filename" and a "program"
parameter and make them mutually exclusive?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: [HACKERS] GSoC 2017
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] COPY as a set returning function