Files
openGauss-OM/script/gspylib/inspection/lib/checkblacklist/GetTableUseUnsupportIndex.sql
hangjin2020 a2679f0cf7 om仓迁移
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%';