标签: postgresql greenplum
我已经使用pg_stat_operations来了解创建或更改表或视图的时间,
我想知道何时创建或修改函数或序列。 (函数列表在pg_proc和information_schema.routines中有效,但没有创建或修改日期的选项)
有没有办法找到它?