Re: removal of protocol 1.0 question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
Cc: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: removal of protocol 1.0 question
Date: 2003-05-20 00:13:13
Message-ID: 24755.1053389593@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> writes:
> What is the lowest version of Postgres I can expect to be able to connect to
> using libpq from Postgres 7.3?

6.4, I think.

> What about 7.4?

CVS tip can *only* talk to CVS tip, but before release I intend to put
back support for protocol 2.0 into libpq, so that it will still talk
to servers back to 6.4.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joseph Shraibman 2003-05-20 00:18:56 Re: ERROR: Memory exhausted in AllocSetAlloc(188)
Previous Message Tom Lane 2003-05-20 00:11:51 Re: Deadlock detection