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

2010-01-17 Thread wiztricks
Hi Frederico, Federico Di Gregorio wrote: > > Last psycopg2 versions depend on libpq features found in >= 8.3. It > should be ok to compile against a modern libpq and then connect to an > ancient backend but I never tried that. If it does not work just use an > old version of psycopg1 togheter w

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

2010-01-17 Thread Massa, Harald Armin
W., > Could you elaborate a bit about "per definition the actual PostgreSQL..."? > I mean is there a special sauce or did they follow some guidelines, rules... > or PostgreSQL properties that warranty such ability of the psycopg2 drivers > to work with different versions? it is nothing special to

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

2010-01-17 Thread Federico Di Gregorio
On 16/01/2010 16:50, wiztricks 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 oneandahal