Re: timestamp of a row

From: Mladen Gogala <mladen(dot)gogala(at)vmsinfo(dot)com>
To: Marco Bomben <marco(dot)bomben(at)gmail(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: timestamp of a row
Date: 2010-05-24 12:36:34
Message-ID: 4BFA72D2.9090508@vmsinfo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Joshua Tolley 2010-05-24 12:36:46 Re: Sphinx indexing problem
Previous Message Marco Bomben 2010-05-24 12:35:06 Re: timestamp of a row