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

@@ -184,7 +184,7 @@ $$ LANGUAGE plpgsql;
CREATE OR REPLACE FUNCTION cdb_observatory.OBS_GetBoundaryById(
geometry_id text, -- ex: '36047'
boundary_id text, -- ex: '"us.census.tiger".county'
boundary_id text, -- ex: 'us.census.tiger.county'
time_span text DEFAULT NULL --ex: '2009'
)
RETURNS geometry(geometry, 4326)