"Henry House" <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html