Re: Data Versioning - Mailing list pgsql-general

From Yasuo Ohgaki
Subject Re: Data Versioning
Date
Msg-id OE42clWdnp9yUAuZF63000055ed@hotmail.com
Whole thread Raw
In response to Data Versioning  ("Sunit Bhatia" <bhatia_sunit@hotmail.com>)
List pgsql-general
> Does any body know if pgsql supports any kind of versioning of
binary
> objects or data. e.g. If I'm storing a binary file in a row of a
table, I
> would want to see different versions of the same biary file.
Everytime I do
> a write, the version number should be bumped up !!

With PostgreSQL, you can create RULE to keep old values.
(Much easier than other DB, thanks to RULE)
Refer to PostgreSQL manual for details.

Yasuo Ohgaki



pgsql-general by date:

Previous
From: "Nils O. Selåsdal"
Date:
Subject: RE: Finding number of current connections
Next
From: Barry Lind
Date:
Subject: Re: Data Versioning