Re: Datestamps

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Bryan Irvine <bryan(dot)irvine(at)kingcountyjournal(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Datestamps
Date: 2004-01-09 20:25:17
Message-ID: 20040109202517.GA20857@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Fri, Jan 09, 2004 at 11:45:17 -0800,
Bryan Irvine <bryan(dot)irvine(at)kingcountyjournal(dot)com> wrote:
> I am trying to figure out what day some things were entered into the
> DB. Is there a way to do that?

Rows do not have timestamps associated with them. You might be able to make
some guesses using your logfile. If this is something you want for the
future you can add a timestamp field to your table and use a trigger to
keep it up to date.

In response to

  • Datestamps at 2004-01-09 19:45:17 from Bryan Irvine

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Bruno Wolff III 2004-01-09 20:52:52 Re: Datestamps
Previous Message Bryan Irvine 2004-01-09 19:45:17 Datestamps