(2014/11/27 2:20), John R Pierce wrote:
> On 11/26/2014 2:36 AM, Postgres India wrote:
>> I am looking for PostgreSQL active/active clustering and whether
>> PostgreSQL support any form of shared-storage clustering . Is there
>> any methods or tools for implementing active/active clustering on
>> Postgres supported by community or any third party tools.
>
> you might look into PostgreSQL-XC and -XL (-XL is a fork of -XC). both
> of these are multi-master clusters based on postgres.
In addition, XC and XL are shared-nothing DB clusters.
I think that there is no multi-master shared-storage DB cluster based on
PostgreSQL.