Re: record-based log shipping

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: record-based log shipping
Date: 2007-12-08 07:17:15
Message-ID: Pine.GSO.4.64.0712080207430.5116@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 7 Dec 2007, Alex Vinogradovs wrote:

> P.S. DDL is never a subject for replication (in normal RDBMS'es).

But it is passed along by PITR replication schemes like the record-based
log shipping that started this thread off; that's the main reason I
specifically pointed out that limitation of what you were suggesting. I
personally work mostly on replication in terms of disaster recovery, so in
my world DDL is always a replication requirement rather than never.

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2007-12-08 08:36:00 Re: Column pgl.transaction does not exist in 8.3 beta 4
Previous Message Alex Vinogradovs 2007-12-08 06:57:34 Re: record-based log shipping