Re: Postgresql with JDK

2018-04-17 Thread Adrian Klaver
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 ver

Re: Postgresql with JDK

2018-04-17 Thread Thomas Kellerer
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