Re: [PATCH] Send numeric version to clients - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] Send numeric version to clients
Date
Msg-id 18342.1472499721@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] Send numeric version to clients  (Kevin Grittner <kgrittn@gmail.com>)
Responses Re: [PATCH] Send numeric version to clients  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-hackers
Kevin Grittner <kgrittn@gmail.com> writes:
> Regarding Java, for anything above the driver itself the
> JDBC API says the DatabaseMetaData class must implement these
> methods:
> ...
> That *should* make it just a problem for the driver itself.  That
> seems simple enough until you check what those methods have been
> returning so far.

Seems like we just make getDatabaseMinorVersion() return zero for
any major >= 10.  That might not have been the best thing to do in
a green field, but given the precedent ...
        regards, tom lane



pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: [PATCH] Send numeric version to clients
Next
From: Martín Marqués
Date:
Subject: Re: pg_dump with tables created in schemas created by extensions