Thread: Re: [BDR] Question on compatibility of Postgres with Open JDK
Hello,We are using Postgresql (postgresql-bdr94).Please let us know whether Postgresql supports Open JDK?ThanksPratheej--
You received this message because you are subscribed to the Google Groups "Postgres-BDR and pglogical Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bdr-list+unsubscribe@2ndquadrant.com.
Visit this group at https://groups.google.com/a/2ndquadrant.com/group/bdr-list/.
To view this discussion on the web visit https://groups.google.com/a/2ndquadrant.com/d/msgid/bdr-list/CA%2BOir%3DMAc9OU4iNm%3DRBr%2BF2fLOSjJTACT9X5brChBGVCAJdPzA%40mail.gmail.com.
I don't understand the question.If you want to use PgJDBC, then yes, PgJDBC works on OpenJDK. You do not need to use pgjdbc 9.4 with PostgreSQL 9.4, you may use the latest version.If you want to use pl/java, then I don't know if it's been tested with postgres-bdr 9.4. But it should work fine if it works with normal community postgres 9.4.On Wed, 30 Jan 2019 at 14:28, Pratheej Chandrika <pratheej.chandrika@motorolasolutions.com> wrote:Hello,We are using Postgresql (postgresql-bdr94).Please let us know whether Postgresql supports Open JDK?ThanksPratheej--
You received this message because you are subscribed to the Google Groups "Postgres-BDR and pglogical Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bdr-list+unsubscribe@2ndquadrant.com.
Visit this group at https://groups.google.com/a/2ndquadrant.com/group/bdr-list/.
To view this discussion on the web visit https://groups.google.com/a/2ndquadrant.com/d/msgid/bdr-list/CA%2BOir%3DMAc9OU4iNm%3DRBr%2BF2fLOSjJTACT9X5brChBGVCAJdPzA%40mail.gmail.com.----
You received this message because you are subscribed to the Google Groups "Postgres-BDR and pglogical Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bdr-list+unsubscribe@2ndquadrant.com.
Visit this group at https://groups.google.com/a/2ndquadrant.com/group/bdr-list/.
To view this discussion on the web visit https://groups.google.com/a/2ndquadrant.com/d/msgid/bdr-list/CAMsr%2BYFobFkcsj%2BktcyGo4oaEQQ3eKKZURmKAqdx-1gwAgHwTA%40mail.gmail.com.
Criag,Thanks a lot for the prompt reply.From what you mentioned, I assume that other the client side jdbc there is no Java dependency from Server side. What I mean is I assume there is no jdk/java dependency for Postgres server to work. Request your input.