Re: [INTERFACES] Roadmap for FE/BE protocol redesign

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Badger <bruce_badger@badgerse.com>
Cc: pgsql-hackers@postgresql.org, pgsql-interfaces@postgresql.org
Date: 2003-03-10T21:51:23Z
Lists: pgsql-hackers
Bruce Badger <bruce_badger@badgerse.com> writes:
> I suppose that the client can just keep retrying the connection with
> different versions until it gets a match, though.

Right now, the backend just barfs with
	FATAL: unsupported frontend protocol
so you have to do a blind search to see what it will take.

It would probably be a good idea to improve that message to mention
exactly what range of protocol versions the backend does support.
However, this will do you little good for talking to existing backends
:-(

			regards, tom lane