I have used pg_stat_operations to know when a table or view is created or altered,
I want to know when a function or sequence is created or modified. (Function list is availed at pg_proc and information_schema.routines but there is no option for creation or modification date)
Is there any way to find it out???