六狼论坛's Archiver
首页
›
PostgreSQL
› PostgreSql查看索引
haohetao
发表于 2013-1-30 01:31:56
PostgreSql查看索引
select * from pg_indexes where tablename='log';
或
select * from pg_statio_all_indexes where relname='log';
页:
[1]
查看完整版本:
PostgreSql查看索引