Re: JDBC connectivity issue - Mailing list pgsql-general

From Dave Cramer
Subject Re: JDBC connectivity issue
Date
Msg-id CADK3HHLWxEstnCkSOS4S8G3RJ3+P-AMXa2mKTyf4GZ0u7Nr4ww@mail.gmail.com
Whole thread Raw
In response to Re: JDBC connectivity issue  (JCMS22 <jeanlavoie22@gmail.com>)
List pgsql-general
Cool, thanks. I'd love to see this work


On 23 March 2018 at 10:24, JCMS22 <jeanlavoie22@gmail.com> wrote:
I forgot to say I am trying to investigate how to make it work as we need
specific stuff from the DataSource object.

It might work if you use setServerName rather than setUrl. setServerName
will append itself the jdbc:postgresql:// so you only give it the server
name (i.e "url1:port1,url2:port2") and then setPortNumber to 0. By reading
the code, this might work.

pgsql-general by date:

Previous
From: HORDER Phil
Date:
Subject: RE: Foreign Key locking / deadlock issue.... v2
Next
From: Christoph Berg
Date:
Subject: Re: postgresql-10.3 on unbuntu-17.10 - how??