Re: Proposal: Native High Availability and Automatic Failover in PostgreSQL - Mailing list pgsql-hackers

From Greg Sabino Mullane
Subject Re: Proposal: Native High Availability and Automatic Failover in PostgreSQL
Date
Msg-id CAKAnmmJX7Uw-zwNqpzRATjusnR1JwSwy0-D3s487gTPSgY6b3A@mail.gmail.com
Whole thread Raw
In response to Proposal: Native High Availability and Automatic Failover in PostgreSQL  (Ale Rox <gitroxale@gmail.com>)
List pgsql-hackers
On Wed, Jun 25, 2025 at 3:26 AM Ale Rox <gitroxale@gmail.com> wrote:
- A JDBC driver (and ideally other drivers as well) that accepts a list of nodes in the connection string and can automatically detect the current primary node for write operations — similar to how MongoDB drivers handle replica sets.

This one could be done with the help of one of my outstanding patches:



--
Cheers,
Greg

--
Enterprise Postgres Software Products & Tech Support

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Fixes inconsistent behavior in vacuum when it processes multiple relations
Next
From: Fujii Masao
Date:
Subject: Re: pg_dump misses comments on NOT NULL constraints