postgres analyse index desc #514

This commit is contained in:
Jan Prochazka
2023-03-11 10:33:13 +01:00
parent 9d4105335f
commit feed0cd8db
2 changed files with 18 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ module.exports = `
ix.indisprimary as "is_primary",
ix.indisunique as "is_unique",
ix.indkey as "indkey",
ix.indoption as "indoption",
t.oid as "oid"
from
pg_class t,