On Mon, Oct 27, 2008 at 4:02 PM, Bill Thoen <[EMAIL PROTECTED]> wrote:
> Is there a way to find when data in a postgresql table was last changed?

what do you mean by changed?  Data updated?  schema changed?
PostgreSQL provides neither by default really.  You could set up an
update trigger to handle the issue of data being changed.

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to