Re: unsupported frontend protocol

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bucks vs Bytes Inc <postgresql(at)bucksvsbytes(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: unsupported frontend protocol
Date: 2005-05-25 23:40:10
Message-ID: 9472.1117064410@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bucks vs Bytes Inc <postgresql(at)bucksvsbytes(dot)com> writes:
> The database was created although there were a variety of errors which I
> realized were due to 7.4.3 and 7.3.4 SQL incompatibilities. I had also
> added a new entry to pg_hba.conf. After restarting the 7.3.4 postmaster
> I started getting an endless series of "FATAL: unsupported frontend
> protocol" messages, even when not using psql.

Not surprising if you are using 7.4 or later client libraries. Those
will try to connect using the PG V3 protocol (added in 7.4). libpq, at
least, will fall back to the older protocol if V3 doesn't work, but
I am not sure whether PHP uses libpq.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-05-25 23:55:56 Re: Compiling Postgresql 8.0.3 on Solaris 10
Previous Message Bucks vs Bytes Inc 2005-05-25 23:13:42 unsupported frontend protocol