Postgres table contents versioning - Mailing list pgsql-general

From John Gage
Subject Postgres table contents versioning
Date
Msg-id 6E73666A-373D-475E-A474-AA43932541B9@numericable.fr
Whole thread Raw
Responses Re: Postgres table contents versioning  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List 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



pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Problem with temporary tables
Next
From: Adrian Klaver
Date:
Subject: Re: Problem with temporary tables