Added PKEY index in the index statistics summary. #8971
parent
99b822e472
commit
3b9359945e
|
|
@ -14,5 +14,5 @@ FROM
|
|||
WHERE
|
||||
schemaname = '{{schema}}'
|
||||
AND stat.relname = '{{table}}'
|
||||
AND con.contype IS NULL
|
||||
AND (con.contype IS NULL OR con.contype = 'p')
|
||||
ORDER BY indexrelname;
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@ FROM
|
|||
WHERE
|
||||
schemaname = '{{schema}}'
|
||||
AND stat.relname = '{{table}}'
|
||||
AND con.contype IS NULL
|
||||
AND (con.contype IS NULL OR con.contype = 'p')
|
||||
ORDER BY indexrelname;
|
||||
|
|
|
|||
Loading…
Reference in New Issue