Re: Postgresql with JDK

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: vaibhav zaveri <vaibhavzaveri3(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql with JDK
Date: 2018-04-17 14:26:48
Message-ID: 9e0da04e-d229-84e4-43de-06c4b2fd1d9e@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Pacheco 2018-04-17 18:17:28 Can PostgreSQL create new WAL files instead of reusing old ones?
Previous Message Adrian Klaver 2018-04-17 13:20:12 Re: pg_dump to a remote server