Re: Python Interface - Mailing list pgsql-general

From James Thompson
Subject Re: Python Interface
Date
Msg-id 200502101329.42668.jamest@ajrs.com
Whole thread Raw
In response to Re: Python Interface  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: Python Interface
List pgsql-general
On Thursday 10 February 2005 10:19 am, you wrote:
> Alex Turner wrote:
> >Can anyone recommend a python interface other than pygresql for
> >postgresql.  Yet again they have changed the API (pg.error is now
> >pg.Error), and I can get no information from the mailing list, which
> >seems dead.
>
> Pyscopg is very popular. We use it hear at Command Prompt
> with great success.

pyscopg is also the one we recommend using with gnuenterprise.org's datasource
library.  Each of the 4 postgresql drivers we support seem to have their own
interpretion of DBSIG.  pyscopg though seems to give us the least trouble.
Though if IIRC it does round timestamps which can burn a person at times :)
I don't have a test case to verify if my memory is correct about this though.

Take Care,
James

pgsql-general by date:

Previous
From: Christoph Pingel
Date:
Subject: Re: no self-joins in views?
Next
From: Tom Lane
Date:
Subject: Re: Understanding EXPLAIN ANALYZE output