Re: poc - possibility to write window function in PL languages - Mailing list pgsql-hackers

From Tom Lane
Subject Re: poc - possibility to write window function in PL languages
Date
Msg-id 784188.1611173237@sss.pgh.pa.us
Whole thread Raw
In response to Re: poc - possibility to write window function in PL languages  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: poc - possibility to write window function in PL languages  (Pavel Stehule <pavel.stehule@gmail.com>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: strange error reporting
Next
From: Pavel Stehule
Date:
Subject: Re: poc - possibility to write window function in PL languages