Re: Session state per transaction

From: Federico Di Gregorio <fog(at)dndg(dot)it>
To: psycopg(at)postgresql(dot)org
Subject: Re: Session state per transaction
Date: 2012-09-27 07:47:58
Message-ID: 506404AE.1030206@dndg.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On 27/09/2012 09:35, Tobias Oberstein wrote:
> My use case is this: all DB access is via Stored Procedures (SP) on a
> pool of long lived DB connections. The set of eligible SPs is determined
> in advance. Hence, something that does not lead to reparsing/replanning
> of the SP call SELECT statements on every execution is desirable.
>
> I notice there is
>
> http://www.postgresql.org/docs/9.2/static/libpq-fastpath.html
>
> Does Psycopg support this?

Nope.

federico

--
Federico Di Gregorio federico(dot)digregorio(at)dndg(dot)it
Studio Associato Di Nunzio e Di Gregorio http://dndg.it
Bhoe, bhe, bhe. Sono brutto e cattivo. Brutto lama! -- Cuzco

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Tobias Oberstein 2012-09-27 08:21:59 Re: Session state per transaction
Previous Message Tobias Oberstein 2012-09-27 07:35:48 Re: Session state per transaction