Re: dbmirror revisions - Mailing list pgsql-general

From Ed L.
Subject Re: dbmirror revisions
Date
Msg-id 200304031657.20395.pgsql@bluepolka.net
Whole thread Raw
In response to dbmirror revisions  ("Ed L." <pgsql@bluepolka.net>)
List pgsql-general
On Thursday April 3 2003 4:37, Ed L. wrote:
>
> AFAICS, there are still at least a few major drawbacks to this approach:
>
>     *  SEQUENCE objects are not handled;  nextval() will not be replicated,
> so sequence objects (and serial columns) between master and slave can
> easily get out of sync.  I wonder if eRServer has this same issue?

Clarification:  sequence objects for serial columns get out of sync easily,
but the replication maintains correct serial column values.

Ed


pgsql-general by date:

Previous
From: "Ed L."
Date:
Subject: dbmirror revisions
Next
From: Alvaro Herrera
Date:
Subject: Re: SAPdb vs. Postgresql