Re: Fwd: how to start a procedure after postgresql started.

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Fwd: how to start a procedure after postgresql started.
Date: 2011-05-23 02:40:24
Message-ID: 4DD9C918.30506@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael McInnis 2011-05-23 03:44:08 Where are plpy.execute python commands issued?
Previous Message Darren Duncan 2011-05-23 02:24:35 Re: how to start a procedure after postgresql started.