Re: timestamp of a row

From: Thom Brown <thombrown(at)gmail(dot)com>
To: Marco Bomben <marco(dot)bomben(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: timestamp of a row
Date: 2010-05-24 12:23:29
Message-ID: AANLkTimWWl7A2gMN3g-C_5TQ1Qw2WqeduNgIhnXghOb7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 24 May 2010 13:09, Marco Bomben <marco(dot)bomben(at)gmail(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Mladen Gogala 2010-05-24 12:34:53 Re: Best starter book
Previous Message Marco Bomben 2010-05-24 12:09:39 timestamp of a row