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.htmlPostgresql .
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