Re: Python 3.1 support

Peter Eisentraut <peter_e@gmx.net>

From: Peter Eisentraut <peter_e@gmx.net>
To: James Pye <lists@jwp.name>
Cc: pgsql-hackers@postgresql.org
Date: 2009-11-20T07:02:43Z
Lists: pgsql-hackers
On tor, 2009-11-19 at 13:12 -0700, James Pye wrote:
> > I think of a PL/Python function as a Python script file stored
> > in the database.
> 
> For Python, I think that's a mistake. Python scripts are independent applications.

Is there any precedent for the sort of behavior that you are
implementing, that is, automatic sharing of variables between
independent executions of the same source container?