Time of table's last changes?

From: Pavel Mamin <pm(at)sky(dot)ru>
To: pgsql-sql(at)postgreSQL(dot)org
Subject: Time of table's last changes?
Date: 1999-10-12 07:25:56
Message-ID: 4559.991012@sky.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Please, help me:

Is there any way to know at what time the data in some table were
changed last time? - to check this time and if it is changed, re-download data from
that table - in cases when the table is too big.

Now I use for such thing the rules on insert, update and delete. But
if the changes are too intensive it's not an escape.

Pavel Mamin,
Network Programmer,
SkyNet Co. ISP, Yekaterinburg, Russia

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Mathijs Brands 1999-10-12 07:40:41 Re: [SQL] Time of table's last changes?
Previous Message Sergey Bondarenko 1999-10-12 06:56:49 RE: [SQL] Triggers on backend