fix index aggregation

This commit is contained in:
johnnyfish
2024-09-11 12:16:06 +03:00
committed by Guy Ben-Aharon
parent 3465656945
commit 0d9a4e667f
16 changed files with 310 additions and 98 deletions

View File

@@ -186,6 +186,7 @@ cols AS (
',"size":', index_size,
',"unique":', is_unique,
',"is_partial_index":', is_partial_index,
',"column_position":', column_position,
',"direction":"', LOWER(direction),
'"}')), ',') AS indexes_metadata
FROM indexes_cols x ${