Re: db replication - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: db replication
Date
Msg-id 20070629153615.GT32297@phlogiston.dyndns.org
Whole thread Raw
In response to db replication  ("andrew quaresma" <andrew.oq@gmail.com>)
List pgsql-general
On Fri, Jun 29, 2007 at 03:42:32PM +0100, andrew quaresma wrote:
> hi..
>
> i developing an aplication with a postgresql+postgis... i need to replicate
> the database to various pda, as well as insure the synchronization between
> all repliques...
>
> can someone with experience tell me what is the best free solution to my
> problem?...

AFAIK there isn't one.  PDA replication requires disconnected
multimaster asynchronous replication, and I don't know of a project
that has delivered that yet.

A

--
Andrew Sullivan  | ajs@crankycanuck.ca
This work was visionary and imaginative, and goes to show that visionary
and imaginative work need not end up well.
        --Dennis Ritchie

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Query optimization (select single record and join)
Next
From: Jan Danielsson
Date:
Subject: CREATE FUNCTION ... performance boost?