Is there a way to tell if db has changed?

From: "Ingram, Bryan" <BIngram(at)sixtyfootspider(dot)com>
To: "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgresql(dot)org>
Subject: Is there a way to tell if db has changed?
Date: 2000-08-24 17:16:49
Message-ID: 01CCE949D2717845BA2E573DC081167E052E8F@BKMAIL.sixtyfootspider.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> It would seem about that the only currently viable technique for creating
> a standby database in case of a primary database failure is to ship output
> from pg_dump(all) to an awaiting postgres instance and reload them.
>
> I'm currently working on a few scripts to accomplish this which use cron
> to schedule the backup which then gets shipped and reloaded.
>
> This is not efficient since since the desired frequency of backups will
> often be greater than the frequency of data changes. However, I can't
> know when exactly a user will change data, so I was looking for a better
> way.
>
> Is there a way to determine if a particular database has changed, and
> therefore needs to be backed up?
>
>
> Thanks,
> Bryan
>

Browse pgsql-sql by date

  From Date Subject
Next Message Steve Wampler 2000-08-24 18:15:42 Question on string value expression wildcarding
Previous Message Alex Guryanow 2000-08-24 13:44:20 sorting in UNICODE table