fix: string_agg not supported in redhist

This commit is contained in:
Jan Prochazka
2024-07-25 10:32:16 +02:00
parent 1b347c7e0b
commit 3867b7f5ba
3 changed files with 5 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ where
table_constraints.table_schema <> 'information_schema'
and table_constraints.table_schema <> 'pg_catalog'
and table_constraints.table_schema !~ '^pg_toast'
and table_constraints.table_schema !~ '^_timescaledb_'
and table_constraints.constraint_type = 'PRIMARY KEY'
and ('tables:' || table_constraints.table_schema || '.' || table_constraints.table_name) =OBJECT_ID_CONDITION
order by key_column_usage.ordinal_position