Monitoring object usage?

Colin 't Hart <colinthart@gmail.com>

From: "Colin 't Hart" <colinthart@gmail.com>
To: pgsql-general@postgresql.org
Date: 2010-09-15T11:56:48Z
Lists: pgsql-general
Hi,

I'm trying to get a grip on a new body of code and a Postgres database that
I'm working with. In particular I've been tasked with cleaning up the
database.

Is there a way in Postgres to enable monitoring on tables and columns to
determine what's not actively being used?

This would then form input for a more thorough check into the code base to
see what's really not being used.


Thanks & cheers,

Colin