Fixed more casts to text

This commit is contained in:
Mario de Frutos
2016-05-16 18:01:53 +02:00
parent c53bc10a26
commit 75c8e052a1

View File

@@ -65,8 +65,8 @@ BEGIN
RETURN QUERY
EXECUTE format($string$
SELECT id, description,
name,
SELECT id::text, description::text,
name::text,
aggregate::text,
NULL::TEXT source -- TODO use tags
FROM observatory.OBS_column