Steven Klassen wrote:
> * Pierre-Frédéric Caillaud <lists@boutiquenumerique.com> [2004-10-07 10:45:57 +0200]:
>
>
>>I'd advise psycopg as the fastest one (by a factor of 10x on large
>>selects).
>
>
> I second this recommendation.
>
Also because this interface is not affected by the "idle in transaction", indeed as the
last JDBC interface version this interface delay the transaction open at the first
statement. I think that the new postgres rpm shall insert this interface instead the
PyGres one.
Regards
Gaetano Mendola