PostgreSql查看索引

前端之家收集整理的这篇文章主要介绍了PostgreSql查看索引前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Postgresql .

select * from pg_indexes where tablename='log';

或select * from pg_statio_all_indexes where relname='log';

详情请参考http://haohetao.iteye.com/blog/800749里面有PDO数据库笔记和PHP相关知识

原文链接:https://www.f2er.com/postgresql/196486.html

猜你在找的Postgre SQL相关文章