Documentation for multiple connection support

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-jdbc(at)postgresql(dot)org>
Subject: Documentation for multiple connection support
Date: 2013-08-20 23:20:00
Message-ID: CAB7nPqQPy_vQ57XoLZJFX8_Cc-Vmf-uxTU3R_rktWA2cr0MN=w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi all,

While browsing the mail archives, I found a discussion about JDBC
being able to support multiple connections in the same URL to have
basic failover support:
http://postgresql.1045698.n5.nabble.com/Re-Failover-Datasource-td4496411.html

I haven't tested anything, but the grammar looks like that:
jdbc:postgresql://host1:port1,host2:port2/test

And the feature has been committed last year as 39b085d by looking at
the log tree. However there is no documentation about that. I am
resending the patch that I found on the thread above providing
documentation. Shouldn't this be committed?

Regards,
--
Michael

Attachment Content-Type Size
connection-failover-documentation.patch application/octet-stream 1.4 KB

Browse pgsql-jdbc by date

  From Date Subject
Next Message dmp 2013-08-21 05:52:51 pgjdbc Jekyll Website
Previous Message dmp 2013-08-20 13:45:37 Re: buildSite.sh