From: | "Yasuo Ohgaki" <yasuo_ohgaki(at)hotmail(dot)com> |
---|---|
To: | "Sunit Bhatia" <bhatia_sunit(at)hotmail(dot)com> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Data Versioning |
Date: | 2001-08-02 02:13:01 |
Message-ID: | OE42clWdnp9yUAuZF63000055ed@hotmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-jdbc |
> 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tauren Mills | 2001-08-02 02:17:02 | RE: Finding number of current connections |
Previous Message | Lee Harr | 2001-08-02 02:11:24 | Re: Better backtrace (wasRe: pqReadData() -- backend closed the ch |
From | Date | Subject | |
---|---|---|---|
Next Message | Barry Lind | 2001-08-02 02:16:45 | Re: What needs to be done? |
Previous Message | Barry Lind | 2001-08-02 02:02:54 | Re: What needs to be done? |