[JDBC] Does the JDBC connection failover require Postgres 10?

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема [JDBC] Does the JDBC connection failover require Postgres 10?
Дата
Msg-id othlaq$usl$1@blaine.gmane.org
обсуждение исходный текст
Ответы Re: [JDBC] Does the JDBC connection failover require Postgres 10?
Re: [JDBC] Does the JDBC connection failover require Postgres 10?
Список 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







-- 
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: [JDBC] Cut 42.1.5 now and start merging for 42.2.0?
Следующее
От: Jorge Solórzano
Дата:
Сообщение: Re: [JDBC] Cut 42.1.5 now and start merging for 42.2.0?