Compute hash of a table?

Поиск
Список
Период
Сортировка
От Peter Manchev
Тема Compute hash of a table?
Дата
Msg-id BAY101-F1120BA806F30837AA2161BC5B60@phx.gbl
обсуждение исходный текст
Ответы Re: Compute hash of a table?  (Markus Schaber <schabi@logix-tt.com>)
Список pgsql-sql
Hi All

I need to determine whether the content of a given table has changed from 
the previous time I've checked it. so, my initial idea is to calculate a 
hash value of the content of the whole table, may be with custom aggregate 
function or something.

My question is:

Is it possible to get the last time(stamp) when the content of a given table 
in pgsql has changed???

Thanks!
Pete




В списке pgsql-sql по дате отправления:

Предыдущее
От: Sim Zacks
Дата:
Сообщение: Re: join on a like
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: i am getting error when i am using copy command