Re: Postgresql 9.12 support cluster mode - Mailing list pgsql-bugs

From John R Pierce
Subject Re: Postgresql 9.12 support cluster mode
Date
Msg-id 5195314A.20700@hogranch.com
Whole thread Raw
In response to Postgresql 9.12 support cluster mode  (weiwei <weiwei@ti-net.com.cn>)
List pgsql-bugs
On 5/16/2013 2:14 AM, weiwei wrote:
> Postgresql 9.12 support cluster mode? Equivalent of main spare automatic switching
>

there's no such thing as PostgreSQL 9.12, there's 9.1 of which the
current build is 9.1.9, and there's 9.2 which is currently 9.2.4.

You can build a active/standby failover cluster with PostgreSQL, but you
will need external cluster management software to manage the automatic
failover.   You can use the built in streaming replication available in
9.0 and later to keep the standby server updated, or you can use
traditional shared storage managed by your cluster software.

btw, this is NOT a 'bug report' and does NOT belong on the pgsql-bugs
mail list, you should subscribe to the pgsql-general list for further
discussions.


--
john r pierce                                      37N 122W
somewhere on the middle of the left coast

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #8167: false EINVAL -22 for opening a file
Next
From: Josh Kupershmidt
Date:
Subject: easy crash on HEAD