Обсуждение: last update time of a table

Поиск
Список
Период
Сортировка

last update time of a table

От
"pg"
Дата:
Is there any simple way to query the most recent time of "changes" made to a
table?

I'm accessing my database with ODBC to a remote site thru internet. I want
to eliminate some long queries by evaluating whether the data has been
changed since last query. What should I do?

-Jason