Is there a way to tell if db has changed?

Поиск
Список
Период
Сортировка
От Ingram, Bryan
Тема Is there a way to tell if db has changed?
Дата
Msg-id 01CCE949D2717845BA2E573DC081167E052E8F@BKMAIL.sixtyfootspider.com
обсуждение исходный текст
Список 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
> 


В списке pgsql-sql по дате отправления:

Предыдущее
От: Alex Guryanow
Дата:
Сообщение: sorting in UNICODE table
Следующее
От: Steve Wampler
Дата:
Сообщение: Question on string value expression wildcarding