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

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Fwd: how to start a procedure after postgresql started.
Дата
Msg-id 4DD9C918.30506@hogranch.com
обсуждение исходный текст
Ответ на Fwd: how to start a procedure after postgresql started.  (jun yang <slickqt@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: how to start a procedure after postgresql started.
Следующее
От: Michael McInnis
Дата:
Сообщение: Where are plpy.execute python commands issued?