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

@@ -85,7 +85,7 @@ $$ LANGUAGE plpgsql;
CREATE OR REPLACE FUNCTION cdb_observatory._OBS_LookupCensusHuman(
column_names text[],
-- TODO: change variable name table_name to table_id
table_name text DEFAULT '"us.census.acs".extract_block_group_5yr_2013_69b156927c'
table_name text DEFAULT 'us.census.acs.extract_block_group_5yr_2013_69b156927c'
)
RETURNS text[] as $$
DECLARE