eliminate quotes in IDs

This commit is contained in:
John Krauss
2016-05-03 14:10:47 -04:00
parent 502ffca6ec
commit 7f2d675602
16 changed files with 3412 additions and 3412 deletions

View File

@@ -66,7 +66,7 @@ BEGIN
SELECT id, description,
name,
aggregate,
replace(split_part(id,'".', 1),'"', '') source
NULL source -- TODO use tags
FROM observatory.OBS_column
where name ilike '%%' || %L || '%%'
or description ilike '%%' || %L || '%%'