PostgreSQL indexes creation time

故事扮演 提交于 2019-12-10 17:14:41

问题


what is the query that i can use to find out when(date) a particular index (unique or non-unique) has been created in the database. Basically i want to find out the indexes that were created in the last one month or so.


回答1:


This is not possible. There is no info about creating time of relations, indexes, ...



来源:https://stackoverflow.com/questions/12710588/postgresql-indexes-creation-time

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!