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

Reply via email to