Re: Data Versioning

Поиск
Список
Период
Сортировка
От Yasuo Ohgaki
Тема Re: Data Versioning
Дата
Msg-id OE42clWdnp9yUAuZF63000055ed@hotmail.com
обсуждение исходный текст
Ответ на Data Versioning  ("Sunit Bhatia" <bhatia_sunit@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Nils O. Selåsdal"
Дата:
Сообщение: RE: Finding number of current connections
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Data Versioning