Re: [PATCH] Send numeric version to clients

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH] Send numeric version to clients
Дата
Msg-id 18342.1472499721@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCH] Send numeric version to clients  (Kevin Grittner <kgrittn@gmail.com>)
Ответы Re: [PATCH] Send numeric version to clients  (Dave Cramer <pg@fastcrypt.com>)
Список 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 по дате отправления:

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: [PATCH] Send numeric version to clients
Следующее
От: Martín Marqués
Дата:
Сообщение: Re: pg_dump with tables created in schemas created by extensions