Re: poc - possibility to write window function in PL languages

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: poc - possibility to write window function in PL languages
Дата
Msg-id 784188.1611173237@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: poc - possibility to write window function in PL languages  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: poc - possibility to write window function in PL languages  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> The second question is work with partition context value. This should be
> only one value, and of only one but of any type per function. In this case
> we cannot use GET statements. I had an idea of enhancing declaration. Some
> like

> DECLARE
>   pcx PARTITION CONTEXT (int); -- read partition context
> BEGIN
>   pcx := 10; -- set partition context

> What do you think about it?

Uh, what?  I don't understand what this "partition context" is.

            regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: strange error reporting
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: poc - possibility to write window function in PL languages