Re: session persistent data for plperl

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: session persistent data for plperl
Date: 2004-02-08 18:04:54
Message-ID: 40267A46.10002@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:

>
> The attached tiny patch (not intended for application yet) provides a
> space for plperl functions to create and share session persistent
> data, which I should think would increase the utility of plperl.
> Essentially it creates a hash called %session_globals which it then
> injects into the safe container where plperl functions live.
>

...and the patch is attached here

Attachment Content-Type Size
perl-persist.patch text/plain 1.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-02-08 18:33:31 Re: RFC: Security documentation
Previous Message Thomas Hallgren 2004-02-08 17:54:48 Re: session persistent data for plperl