[GENERAL] Versioning control in PostgreSQL?

2003-10-28 Thread Alex Page
I haven't used PostgreSQL for nearly a year now, and when I was last using it there was some discussion on versioning control being introduced as a feature. Basically, for some data, I'd like to keep track of who changed it, when, and to what. I know I could include multiple values in the schema,

Re: [GENERAL] Versioning control in PostgreSQL?

2003-10-28 Thread Ron Johnson
On Tue, 2003-10-28 at 07:04, Shridhar Daithankar wrote: On Tuesday 28 October 2003 17:13, Alex Page wrote: I haven't used PostgreSQL for nearly a year now, and when I was last using it there was some discussion on versioning control being introduced as a feature. Basically, for some data,

Re: [GENERAL] Versioning control in PostgreSQL?

2003-10-28 Thread Shridhar Daithankar
On Tuesday 28 October 2003 17:13, Alex Page wrote: I haven't used PostgreSQL for nearly a year now, and when I was last using it there was some discussion on versioning control being introduced as a feature. Basically, for some data, I'd like to keep track of who changed it, when, and to what.

Re: [GENERAL] Versioning control in PostgreSQL?

2003-10-28 Thread Shridhar Daithankar
Ron Johnson wrote: On Tue, 2003-10-28 at 07:04, Shridhar Daithankar wrote: Actually it could be a nice feature if we could access them. For certain applications, having entire database audited is like dream come true. Of course it has to provide timestamps/transaction ids as well but in general