Compute hash of a table? - Mailing list pgsql-sql

From Peter Manchev
Subject Compute hash of a table?
Date
Msg-id BAY101-F1120BA806F30837AA2161BC5B60@phx.gbl
Whole thread Raw
Responses Re: Compute hash of a table?
List 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 by date:

Previous
From: Sim Zacks
Date:
Subject: Re: join on a like
Next
From: Markus Schaber
Date:
Subject: Re: i am getting error when i am using copy command