Cast aggregate to text
This commit is contained in:
@@ -67,7 +67,7 @@ BEGIN
|
||||
EXECUTE format($string$
|
||||
SELECT id, description,
|
||||
name,
|
||||
aggregate,
|
||||
aggregate::text,
|
||||
NULL::TEXT source -- TODO use tags
|
||||
FROM observatory.OBS_column
|
||||
where name ilike '%%' || %L || '%%'
|
||||
|
||||
Reference in New Issue
Block a user