Re: [DB-SIG] Having legs into diffents PostgreSQL versions?!?

2010-01-16 Thread Massa, Harald Armin
hey, > Well I mean having piece of code reading and writing db records from 7.2 and > 8.4 databases. > > How can I get this mix working from a DBAPI point of view? > Are someone aware of restrictions using such 'old' db drivers from Python > 2.6 or later? per definition the actual PostgreSQL driv

Re: [DB-SIG] Having legs into diffents PostgreSQL versions?!?

2010-01-16 Thread Joshua D. Drake
On Sat, 2010-01-16 at 09:59 +0100, Massa, Harald Armin wrote: > hey, > > > Well I mean having piece of code reading and writing db records from 7.2 and > > 8.4 databases. > > > > How can I get this mix working from a DBAPI point of view? > > Are someone aware of restrictions using such 'old' db dr

Re: [DB-SIG] Having legs into diffents PostgreSQL versions?!?

2010-01-16 Thread wiztricks
Hi Harald, Massa, Harald Armin wrote: > > per definition the actual PostgreSQL driver shall be able to access > also ancient versions of PostgreSQL; and you should also be able to > profit from at least some of the bugfixes within the PostgreSQL > connection libraries of the last oneandahalf dec