摘要: 查询重复索引 SELECT tablename, indexname, indexdef FROM pg_indexes WHERE schemaname = 'public' -- 通常默认schema为public,可根据实际修改 AND (tablename, substring(indexd 阅读全文
posted @ 2025-10-30 19:22 广州大雄 阅读(10) 评论(0) 推荐(0)