Re: Postgresql with JDK

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Postgresql with JDK
Дата
Msg-id 9e0da04e-d229-84e4-43de-06c4b2fd1d9e@aklaver.com
обсуждение исходный текст
Ответ на Re:Postgresql with JDK  (vaibhav zaveri <vaibhavzaveri3@gmail.com>)
Список pgsql-general
On 04/16/2018 11:47 PM, vaibhav zaveri wrote:
> Hi,
> 
> Yes that is the link.
> But is JDK 1.8 supported by PostgreSQL??

I believe it one of those version numbering things, per:

https://en.wikipedia.org/wiki/Java_version_history#Versioning_change

"Versioning change

This version introduced a new versioning system for the Java language, 
although the old versioning system continued to be used for developer 
libraries:

     Both version numbers "1.5.0" and "5.0" are used to identify this 
release of the Java 2 Platform Standard Edition. Version "5.0" is the 
product version, while "1.5.0" is the developer version. The number 
"5.0" is used to better reflect the level of maturity, stability, 
scalability and security of the J2SE.
     — Version 1.5.0 or 5.0?[23]

This correspondence continued through later releases (Java 6 = JDK 1.6, 
Java 7 = JDK 1.7, and so on)."

So what you are seeing here:

https://jdbc.postgresql.org/download.html

is JDK 8 which is actually equal to JDK 1.8.

> 
> Regards,
> Vaibhav Zaveri


-- 
Adrian Klaver
adrian.klaver@aklaver.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_dump to a remote server
Следующее
От: David Pacheco
Дата:
Сообщение: Can PostgreSQL create new WAL files instead of reusing old ones?