openGauss-OM/script/gspylib/inspection/lib/checkblacklist/GetTableUseUnsupportIndex.sql
2020-12-16 17:25:24 +08:00

5 lines
129 B
SQL

select
schemaname,
tablename,
indexname
from pg_indexes where indexdef not like '%btree%' and indexdef not like '%psort%';