Re: [SQL] unknown error - Mailing list pgsql-sql

From Tom Lane
Subject Re: [SQL] unknown error
Date
Msg-id 12527.940429542@sss.pgh.pa.us
Whole thread Raw
In response to Re: [SQL] unknown error  (Herouth Maoz <herouth@oumail.openu.ac.il>)
List pgsql-sql
Herouth Maoz <herouth@oumail.openu.ac.il> writes:
>> The problem is - I cannot start the frontend psql and have following
>> error messages:
>>  Connection to database 'postgres' failed.
>>  Unsupported frontend protocol.

> The protocol that frontend applications (relying on libraries) use has
> changed some time around 6.4. The message probably means that the frontend
> applications are linked with the newer libraries, and your old 6.3.2
> database can't understand them.

Yes, exactly.  You'll need to use a 6.3.2 psql (or at least a 6.3.2
libpq) to talk to your old server.  The newer servers still talk to
old clients, but not vice versa...
        regards, tom lane


pgsql-sql by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: [SQL] unknown error
Next
From: Dirk Drechsel
Date:
Subject: Re: [SQL] unknown error