Re: timestamp of a row

Поиск
Список
Период
Сортировка
От Mladen Gogala
Тема Re: timestamp of a row
Дата
Msg-id 4BFA72D2.9090508@vmsinfo.com
обсуждение исходный текст
Ответ на timestamp of a row  (Marco Bomben <marco.bomben@gmail.com>)
Список pgsql-novice
Marco Bomben wrote:
> Dear all,
>              I look into mails-archive but I didn't find any hint for
> this question: is there a way to retrieve the timestamp of the
> creation/last modification of a row in a table?
Of course there is. You should create an auditing trigger to record the
time of the modification, the primary key of the row that was modified
and the nature of the modification itself.

--
Mladen Gogala
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
www.vmsinfo.com


В списке pgsql-novice по дате отправления:

Предыдущее
От: Marco Bomben
Дата:
Сообщение: Re: timestamp of a row
Следующее
От: Joshua Tolley
Дата:
Сообщение: Re: Sphinx indexing problem