Postgres table contents versioning

From: John Gage <jsmgage(at)numericable(dot)fr>
To: PGSQL Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Postgres table contents versioning
Date: 2010-06-30 13:49:05
Message-ID: 6E73666A-373D-475E-A474-AA43932541B9@numericable.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there an equivalent of svn/git etc. for the data in a database's
tables?

Can I set something up so that I can see what was in the table two
days/months etc. ago?

I realize that in the case of rapidly changing hundred million row
tables this presents an impossible problem.

The best kludge I can think of is copying the tables to a directory
and git-ing the directory.

Thanks,

John

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2010-06-30 13:51:28 Re: Problem with temporary tables
Previous Message Pavel Stehule 2010-06-30 13:47:06 Re: Problem with temporary tables