[GENERAL] new type proposal

2001-02-06 Thread Joseph Shraibman
I've been thinking on some new pesudo-types like SERIAL. 1) LAST_MODIFIED is the timestamp of that last time this row was modified. Easy enough to do currently with triggers. 2) TIME_CREATED is the timestamp of when this row was first created with an INSERT. I'm not sure how to do this because

Re: [GENERAL] new type proposal

2001-02-06 Thread Tim Uckun
At 03:43 PM 2/6/2001 -0500, Joseph Shraibman wrote: >I've been thinking on some new pesudo-types like SERIAL. > >1) LAST_MODIFIED is the timestamp of that last time this row was >modified. Easy enough to do currently with triggers. >2) TIME_CREATED is the timestamp of when this row was first crea