We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4f635 commit df174e5Copy full SHA for df174e5
postgres/postgres_duplicate_indexes.sql
@@ -1,4 +1,4 @@
1
--- Copyright 2024 shaneborden
+-- Copyright 2025 shaneborden
2
--
3
-- Licensed under the Apache License, Version 2.0 (the "License");
4
-- you may not use this file except in compliance with the License.
@@ -18,7 +18,13 @@ SELECT
18
(array_agg(idx))[1] AS idx1,
19
(array_agg(idx))[2] AS idx2,
20
(array_agg(idx))[3] AS idx3,
21
- (array_agg(idx))[4] AS idx4
+ (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
28
FROM (
29
SELECT
30
indrelid,
0 commit comments