Re: Session state per transaction - Mailing list psycopg

From Federico Di Gregorio
Subject Re: Session state per transaction
Date
Msg-id 506404AE.1030206@dndg.it
Whole thread Raw
In response to Re: Session state per transaction  (Tobias Oberstein <tobias.oberstein@gmail.com>)
Responses Re: Session state per transaction
List 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.digregorio@dndg.it
Studio Associato Di Nunzio e Di Gregorio                  http://dndg.it
            Bhoe, bhe, bhe. Sono brutto e cattivo. Brutto lama! -- Cuzco


psycopg by date:

Previous
From: Tobias Oberstein
Date:
Subject: Re: Session state per transaction
Next
From: Tobias Oberstein
Date:
Subject: Re: Session state per transaction