Re: Fwd: how to start a procedure after postgresql started. - Mailing list pgsql-general

From John R Pierce
Subject Re: Fwd: how to start a procedure after postgresql started.
Date
Msg-id 4DD9C918.30506@hogranch.com
Whole thread Raw
In response to Fwd: how to start a procedure after postgresql started.  (jun yang <slickqt@gmail.com>)
List pgsql-general
On 05/22/11 7:14 PM, jun yang wrote:
> actually, we will write the procedure in pl/python,then fork a new
> thread or a new process which is easy

it would have to be a top level process, as you can't have multiple
threads within a single postgres service connection interacting with
postgres unless you want it all to blow up in your face.


--
john r pierce                            N 37, W 123
santa cruz ca                         mid-left coast


pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: how to start a procedure after postgresql started.
Next
From: Michael McInnis
Date:
Subject: Where are plpy.execute python commands issued?