Re: BUG #2063: Unsupported frontend protocol - Mailing list pgsql-bugs

From Qingqing Zhou
Subject Re: BUG #2063: Unsupported frontend protocol
Date
Msg-id dm0frr$gev$1@news.hub.org
Whole thread Raw
In response to BUG #2063: Unsupported frontend protocol  ("neeraj chaudhari" <neerajchaudhari@yahoo.co.in>)
List pgsql-bugs
""neeraj chaudhari"" <neerajchaudhari@yahoo.co.in> wrote
>
> FATAL:  unsupported frontend protocol
> FATAL:  unsupported frontend protocol
> FATAL:  unsupported frontend protocol
>
>  Then to i am able to connect to the database & access & modify the
> records.
>

It looks like your client guesses out the right frontend protocol version
after several tries, then stick to this version and continue.

But the strange thing is that you are using 8.0.4, why the fatal message is
not with this format:
    "FATAL: unsupported frontend protocol %u.%u: server supports %u.0 to
%u.%u"

Regards,
Qingqing

pgsql-bugs by date:

Previous
From: "Qingqing Zhou"
Date:
Subject: Re: strange disappearence of postgres file
Next
From: David Fetter
Date:
Subject: Patch to allow contrib/pgbench files to have blank lines