Re: proof concept - access to session variables on client side - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: proof concept - access to session variables on client side
Date
Msg-id 1341338021.21530.21.camel@vanquo.pezone.net
Whole thread Raw
In response to proof concept - access to session variables on client side  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: proof concept - access to session variables on client side  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: proof concept - access to session variables on client side  (Dimitri Fontaine <dfontaine@hi-media.com>)
List pgsql-hackers
On tis, 2012-06-26 at 07:06 +0200, Pavel Stehule wrote:
> A motivation is integration of possibilities of psql console together
> with stronger language - plpgsql. Second target is enabling
> possibility to save a result of some server side process in psql. It
> improve vars feature in psql.

I think it would be better if DO could be extended into some kind of
"lambda", taking parameters and returning a value.  Then you can use
existing infrastructure for passing values and saving the return.  It
would also extend better to other languages.



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Schema version management
Next
From: Pavel Stehule
Date:
Subject: Re: proof concept - access to session variables on client side