Re: help needed!!!

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: Priya G <sreepriya(at)hotmail(dot)com>, <pgman(at)candle(dot)pha(dot)pa(dot)us>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: help needed!!!
Date: 2003-09-24 00:02:32
Message-ID: Pine.LNX.4.44.0309240200010.2354-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

scott.marlowe writes:

> Sure, basically, modern versions of the client library can talk to older
> versions of the database backend up to a point (i.e. the 7.4 library in
> beta can go back to 6.5 or 6.4 or something like that. Support for 6.2 or
> thereabouts was recently dropped.)
>
> However, going the other way, old connect libs and newer postgresql back
> end versions can result in an issue where the old lib can't connect.

This is not correct. Old client libraries can connect to new servers.
In any case, the error message in case of a version mismatch is not
"invalid length of startup packet", so this whole discussion is not the
solution to the original question.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Steve Crawford 2003-09-24 00:46:13 Re: Return last value in of array (PostgreSQL 7.2.1)
Previous Message Tom Lane 2003-09-23 23:43:50 Re: Problem with n_distinct being consistently inaccurate.