Re: session persistent data for plperl

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: session persistent data for plperl
Date: 2004-02-09 07:13:12
Message-ID: 200402082313.12850.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Adnrew,

> 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.

You want to really make PL/Perl more useful? Add an SPI interface, and work
out the kinks in error-trapping via eval{}. This would be far more useful
that session variables.

Just a thought.

--
Josh Berkus
Aglio Database Solutions
San Francisco

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2004-02-09 07:13:21 Re: psql variables
Previous Message Andrew Dunstan 2004-02-09 07:05:02 Re: [HACKERS] dollar quoting