Skip to content

Commit df174e5

Browse files
author
Shane Borden
committed
add additional files and diag scripts
1 parent 0d4f635 commit df174e5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

postgres/postgres_duplicate_indexes.sql

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Copyright 2024 shaneborden
1+
-- Copyright 2025 shaneborden
22
--
33
-- Licensed under the Apache License, Version 2.0 (the "License");
44
-- you may not use this file except in compliance with the License.
@@ -18,7 +18,13 @@ SELECT
1818
(array_agg(idx))[1] AS idx1,
1919
(array_agg(idx))[2] AS idx2,
2020
(array_agg(idx))[3] AS idx3,
21-
(array_agg(idx))[4] AS idx4
21+
(array_agg(idx))[4] AS idx4,
22+
(array_agg(idx))[5] AS idx5,
23+
(array_agg(idx))[6] AS idx6,
24+
(array_agg(idx))[7] AS idx7,
25+
(array_agg(idx))[8] AS idx8,
26+
(array_agg(idx))[9] AS idx9,
27+
(array_agg(idx))[10] AS idx10
2228
FROM (
2329
SELECT
2430
indrelid,

0 commit comments

Comments
 (0)