Re: timestamp of a row

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: timestamp of a row
Дата
Msg-id AANLkTimWWl7A2gMN3g-C_5TQ1Qw2WqeduNgIhnXghOb7@mail.gmail.com
обсуждение исходный текст
Ответ на timestamp of a row  (Marco Bomben <marco.bomben@gmail.com>)
Ответы Re: timestamp of a row  (Marco Bomben <marco.bomben@gmail.com>)
Список pgsql-novice
On 24 May 2010 13:09, Marco Bomben <marco.bomben@gmail.com> 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?
>
> Many thanks and regards,
>                                        Marco Bomben
>

I don't believe there is.  I wanted to do something similar, but the
only way I found of doing it was to create a trigger on the table
which updates a timestamp column on the row being updated.

Regards

Thom

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

Предыдущее
От: Marco Bomben
Дата:
Сообщение: timestamp of a row
Следующее
От: Mladen Gogala
Дата:
Сообщение: Re: Best starter book