Re: unsupported frontend protocol

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: unsupported frontend protocol
Дата
Msg-id 9472.1117064410@sss.pgh.pa.us
обсуждение исходный текст
Ответ на unsupported frontend protocol  (Bucks vs Bytes Inc <postgresql@bucksvsbytes.com>)
Ответы Re: unsupported frontend protocol  (Bucks vs Bytes Inc <postgresql@bucksvsbytes.com>)
Список pgsql-general
Bucks vs Bytes Inc <postgresql@bucksvsbytes.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

В списке pgsql-general по дате отправления:

Предыдущее
От: Bucks vs Bytes Inc
Дата:
Сообщение: unsupported frontend protocol
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Compiling Postgresql 8.0.3 on Solaris 10