Re: FE/BE Protocol - Specific version

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Bruce Badger <bruce_badger(at)badgerse(dot)com>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: FE/BE Protocol - Specific version
Date: 2003-08-29 13:23:46
Message-ID: 1062163424.82456.3.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> So, being able to stop connections trying to use old protocol versions
> would be very helpful in this case.

Wouldn't it be better to have StORE run a select version() after
connecting? Even better would be to call PQprotocolVersion() as it is a
protocol issue.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-08-29 13:35:08 Re: FE/BE Protocol - Specific version
Previous Message Rod Taylor 2003-08-29 13:23:45 Re: ALTER TABLE