Thread: Protocol versions

Protocol versions

From
"Dave Page"
Date:
Currently psqlODBC supports 6.2 and 6.3 versions of the fe/be protocol,
as well as the 6.4 version. I'm of a mind to remove this along with
other cleanups that are slowly going on - anyone using 6.3 or 6.2 these
days almost certainly has other problems than not being able to use the
latest ODBC driver.

Any objections?

Regards, Dave.

Re: Protocol versions

From
Bruce Momjian
Date:
Dave Page wrote:
> Currently psqlODBC supports 6.2 and 6.3 versions of the fe/be protocol,
> as well as the 6.4 version. I'm of a mind to remove this along with
> other cleanups that are slowly going on - anyone using 6.3 or 6.2 these
> days almost certainly has other problems than not being able to use the
> latest ODBC driver.

Yes, I would remove it.  Hiroshi wanted it kept in but I saw no reason
for it myself.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Re: Protocol versions

From
"Dave Page"
Date:

> -----Original Message-----
> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]
> Sent: 19 July 2004 17:53
> To: Dave Page
> Cc: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] Protocol versions
>
> Dave Page wrote:
> > Currently psqlODBC supports 6.2 and 6.3 versions of the fe/be
> > protocol, as well as the 6.4 version. I'm of a mind to remove this
> > along with other cleanups that are slowly going on - anyone
> using 6.3
> > or 6.2 these days almost certainly has other problems than
> not being
> > able to use the latest ODBC driver.
>
> Yes, I would remove it.  Hiroshi wanted it kept in but I saw
> no reason for it myself.

OK, thanks Bruce.

Regards, Dave.