Обсуждение: Strange Error in Server logfile

Поиск
Список
Период
Сортировка

Strange Error in Server logfile

От
"claus"
Дата:
Hello you guys,

I just upgraded my server to PostgreSQL 7.3.4.
And I just saw that I get these 2 lines

FATAL:  unsupported frontend protocol
FATAL:  unsupported frontend protocol

When connecting with pgadmin III beta 2 to it.
Perhaps it already happend on the 7.3.3 but
I have never been aware.

Is this normal ?

Thanx and regards,
Claus



Re: Strange Error in Server logfile

От
"Dave Page"
Дата:

> -----Original Message-----
> From: claus [mailto:ch@greenmail.ch]
> Sent: 18 September 2003 17:50
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] Strange Error in Server logfile
>
>
> Hello you guys,
>
> I just upgraded my server to PostgreSQL 7.3.4.
> And I just saw that I get these 2 lines
>
> FATAL:  unsupported frontend protocol
> FATAL:  unsupported frontend protocol
>
> When connecting with pgadmin III beta 2 to it.
> Perhaps it already happend on the 7.3.3 but
> I have never been aware.
>
> Is this normal ?

Yes. The PostgreSQL 7.4 libpq library that we use with pgAdmin first
tries the new PostgreSQL 7.4 wire protocol, and if that fails (because
of an older backend) then it tries with the older protocol.

Regards, Dave.