>> Is there a way to get information like last time the table was >> updated/changed, > >No.
'No' as in no built-in support. It is easily doable by having a AFTER INSERT OR UPDATE trigger or add a field with CURRENT_TIMESTAMP as default. Though, of course, this will only help you get the last COMMITTED change of the table. Set
