casting return types to text

This commit is contained in:
Andy Eschbacher
2016-05-16 11:50:12 -04:00
parent 4af1eb8efd
commit b074c1194b

View File

@@ -100,10 +100,10 @@ BEGIN
EXECUTE
$string$
SELECT
column_id,
obs_column.description,
timespan,
tablename
column_id::text As column_id,
obs_column.description::text As description,
timespan::text As timespan,
tablename::text As tablename
FROM
observatory.OBS_table,
observatory.OBS_column_table,