mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 16:06:01 +00:00
string_agg usage fix
This commit is contained in:
@@ -5,7 +5,7 @@ select
|
||||
max(routine_definition) as "definition",
|
||||
max(md5(routine_definition)) as "hash_code",
|
||||
routine_type as "object_type",
|
||||
$typeAgg(data_type, '|') as "data_type",
|
||||
$typeAggFunc(data_type $typeAggParam) as "data_type",
|
||||
max(external_language) as "language"
|
||||
from
|
||||
information_schema.routines where routine_schema != 'information_schema' and routine_schema != 'pg_catalog' and routine_schema !~ '^_timescaledb_'
|
||||
|
||||
Reference in New Issue
Block a user