uncomment some public-facing code

This commit is contained in:
John Krauss
2016-04-25 15:10:09 -04:00
parent 0535d3e305
commit 0d811f6eb3
3 changed files with 3 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
-- Creates a table of demographic snapshot
CREATE OR REPLACE FUNCTION cdb_observatory.OBS_GetDemographicSnapshotJ(geom geometry, time_span text default '2009 - 2013', geometry_level text default '"us.census.tiger".block_group')
CREATE OR REPLACE FUNCTION cdb_observatory.OBS_GetDemographicSnapshot(geom geometry, time_span text default '2009 - 2013', geometry_level text default '"us.census.tiger".block_group')
RETURNS SETOF JSON
AS $$
DECLARE