Re: is last modified timestamp for tables recorded in any system table(s)?

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: "email lists" <lists(at)darrenmackay(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: is last modified timestamp for tables recorded in any system table(s)?
Date: 2004-08-30 13:29:56
Message-ID: AED95488-FA88-11D8-A2A0-000A95C88220@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Aug 30, 2004, at 10:19 PM, email lists wrote:

> is so,can someone direct me to the location?

Nope. If you want such information, it's not uncommon to add a
timestamptz column to the table along with an on insert/update trigger.

Michael Glaesemann
grzm myrealbox com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vivek Khera 2004-08-30 13:58:05 Re: Deadlocks caused by referential integrity checks
Previous Message Bruno Wolff III 2004-08-30 13:20:19 Re: Single Row Table?