Re: timestamp of a row - Mailing list pgsql-novice

From Thom Brown
Subject Re: timestamp of a row
Date
Msg-id AANLkTimWWl7A2gMN3g-C_5TQ1Qw2WqeduNgIhnXghOb7@mail.gmail.com
Whole thread Raw
In response to timestamp of a row  (Marco Bomben <marco.bomben@gmail.com>)
Responses Re: timestamp of a row  (Marco Bomben <marco.bomben@gmail.com>)
List 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 by date:

Previous
From: Marco Bomben
Date:
Subject: timestamp of a row
Next
From: Mladen Gogala
Date:
Subject: Re: Best starter book