Re: Confusion over Python drivers - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Confusion over Python drivers
Date
Msg-id 4B6CBAFB.80308@agliodbs.com
Whole thread Raw
In response to Confusion over Python drivers  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
> Imho a big problem is that it does way too much itself - i.e. it does not use 
> things like PQExecParams but does escaping/parsing itself...
> Other people may think thats a good idea - I definitely do not think so.

It also has issues with transaction control which cause idle
transactions if the Django front-end times out due to load.

--Josh Berkus



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Hot standby documentation
Next
From: Tom Lane
Date:
Subject: VAC FULL/CLUSTER on system catalogs is prone to deadlock