Does the JDBC connection failover require Postgres 10?

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Does the JDBC connection failover require Postgres 10?
Date: 2017-11-03 11:53:05
Message-ID: othlaq$usl$1@blaine.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

The Postgres JDBC driver offers a way to specify multiple hosts in the connection URL:

https://jdbc.postgresql.org/documentation/head/connect.html#connection-failover

However, it is unclear to me if that feature relies on the libpq feature introduced in Postgres 10:

https://www.postgresql.org/docs/current/static/libpq-connect.html#libpq-multiple-hosts

or if this is handled by the driver internally?

Thomas

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jorge Solórzano 2017-11-03 14:04:54 Re: Cut 42.1.5 now and start merging for 42.2.0?
Previous Message Dave Cramer 2017-11-03 10:40:01 Re: Cut 42.1.5 now and start merging for 42.2.0?