Trigger Function and backup

From: Nishkarsh <nishkarsh_k(at)rediffmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Trigger Function and backup
Date: 2009-06-15 08:29:36
Message-ID: 24030638.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hello every one,

I am new to databases. I am using Postgres 8.2 (Migrating to 8.3.7 in few
days) on windows platform.

I had tried using Slony-I for replication and was not able to create a
cluster.

After struggling for some time i decide to implement a way around to take
differential backup. As the tables getting changed were very less.

Here is what i intend to do:

- Write a trigger for each of the tables in concern
- Some how write a function which can copy / execute the same query in
another temp Db on the same physical system (I have no idea how to do that)
- Take a backup of temp DB which will be the differential backup of DB (We
need to clear temp db after backup)

Am i going in the right direction?
Is there any way i can implement it.
Any help will be really of great help

Regards
Nishkarsh%-|
--
View this message in context: http://www.nabble.com/Trigger-Function-and-backup-tp24030638p24030638.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Havasvölgyi Ottó 2009-06-15 09:50:21 Re: Trigger Function and backup
Previous Message aryoo 2009-06-15 07:52:08 Re: WITH RECURSIVE clause -- all full and partial paths