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
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
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