"Henry House" <hajhouse(at)houseag(dot)uce-not-wanted-here(dot)com> wrote:
> Yes. Easy answer: use a column of type 'timestamp default now()'.
With that default value you store the time
stamp of transaction where the row was inserted. Immagine to insert
inside the same transaction a lot of rows and this operation will take long
1 minute, you'll have all rows with the same time stamp instead of time
stamp spreaded inside that minute, use timeofday instead.
Regards
Gaetano Mendola