Centuries ago, Nostradamus foresaw when [EMAIL PROTECTED] (Michael Kichanov) 
would write:
> I wish to realize incremental backup, i.e. to dump only those tables
> which have changed from last backup.
>
> 1q. How i can solve this task with internal postgres tools?
> 2q. How I can to find out timestamp of last change of the table?
>
> Does anyone resolve this things?
>
> Ps: postgres 7.3

PostgreSQL version 8 offers a "Point In Time Recovery" mechanism
whereby you archive the WAL files; the WAL files represent incremental
backups.

Slony-I 1.1 provides a new "log shipping" feature where you can
archive incremental changes, too; it tries to support versions as far
back as 7.3.3, so it might be compatible with your needs...
-- 
let name="cbbrowne" and tld="gmail.com" in name ^ "@" ^ tld;;
http://linuxdatabases.info/info/slony.html
Programming  is one   of  the   most  difficult  branches of   applied
mathematics;  the   poorer   mathematicians had    better  remain pure
mathematicians.  -- Edsger W. Dijkstra

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to