| От | Thomas Kellerer |
|---|---|
| Тема | Re: Postgresql with JDK |
| Дата | |
| Msg-id | pb4662$tfr$1@blaine.gmane.org обсуждение исходный текст |
| Ответ на | Re:Postgresql with JDK (vaibhav zaveri <vaibhavzaveri3@gmail.com>) |
| Список | pgsql-general |
vaibhav zaveri schrieb am 17.04.2018 um 08:47: > Hi, > > Yes that is the link. > But is JDK 1.8 supported by PostgreSQL?? > Postgres itself does not need or "support" Java. Only the JDBC driver needs that which is a client-side technology. And yes, the JDBC driver does support Java 8, which is clearly stated on the download page: https://jdbc.postgresql.org/download.html It supports PostgreSQL 8.2 or newer and requires Java 6 or newer. It contains support for SSL and the javax.sql package. If you are using Java 8 or newer then you should use the JDBC 4.2 version. If you are using Java 7 then you should use the JDBC 4.1 version. Thomas
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера