mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Added PKEY index in the index statistics summary. #8971
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user