Re: Anonymous code block with parameters

Поиск
Список
Период
Сортировка
От Vik Fearing
Тема Re: Anonymous code block with parameters
Дата
Msg-id 541B408E.4040300@dalibo.com
обсуждение исходный текст
Ответ на Re: Anonymous code block with parameters  (Hannu Krosing <hannu@2ndQuadrant.com>)
Ответы Re: Anonymous code block with parameters  (Marko Tiikkaja <marko@joh.to>)
Список pgsql-hackers
On 09/18/2014 10:16 PM, Hannu Krosing wrote:
> On 09/18/2014 02:37 PM, Pavel Stehule wrote:
>>
>> if we would to need a "single use" function, then we should to
>> implement it, and we should not to rape some different objects. Some,
>> what has behave like function should be function.
>>
>> After some thinking, probably CTE design can be only one frame, where
>> we can do it
>>
>> WITH
>>          FUNCTION f1(a int) RETURNS int AS $$ .. $$ LANGUAGE plpgsql,
>>          FUNCTION f2(a int) RETURNS SETOF int AS $$ .. $$ LANGUAGE
>> plpgsql,
>>   SELECT f1(x) FROM f2(z) LATERAL ....
>>
>> We can generalize WITH clause, so there SEQENCES, VIEWS, .. can be
>> defined for "single usage"
> +2
> 
> I just proposed the same thing in another branch of this discussion
> before reading this :)
> 
> I guess it proves (a little) that WITH is the right place to do these
> kind of things ...

I've been wanting this syntax for a few years now, so I certainly vote
for it.
-- 
Vik



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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Anonymous code block with parameters
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Anonymous code block with parameters