in reply to Re^4: Hashing temporal tables in PostgreSQL
in thread Hash generate and find tampered tables in PostgreSQL
So that hashvalue
30D841C3EEA693D1436D9B7978903527F9D0DDB6
is the result of hashing the string "#SCHEMA_NAME,OBJECT_TYPE,TABLE_NAME,HASH_VALUE,CREATED_TIME TEST_USER,TABLE,USER_DETAILS" ?
Isn't that trivially done in postgres easily with Corion's retrieval values (or mine), and postgres' md5() function (or similar functions from perl, or pgcrypto) ? Where are you having problems?
Also, do you mean 'temporary' where you wrote 'temporal'? And why 'temporary', or 'temporal'?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Hashing temporal tables in PostgreSQL
by gtk (Acolyte) on Sep 25, 2017 at 10:26 UTC | |
by erix (Prior) on Sep 25, 2017 at 10:32 UTC | |
by gtk (Acolyte) on Sep 26, 2017 at 06:45 UTC |