Re: PyGresql 4.1.1 for python2.7

2013-06-14 Thread j . mapping
On Sunday, February 3, 2013 4:14:34 AM UTC-7, alexandra wrote: > Using dependency walker revealed that the following are missing from > libpq: > > PQescapeLiteral > > PQescapeIdentifier > > These are only defined in postgresql 9. > > Documentation states that PyGresql 4.1.1

Re: PyGresql 4.1.1 for python2.7

2013-02-03 Thread alexandra
Using dependency walker revealed that the following are missing from libpq: PQescapeLiteral PQescapeIdentifier These are only defined in postgresql 9. Documentation states that PyGresql 4.1.1 is compatible with PostgreSQL 8.3 or higher and I'm using 8.4. Has