moved admin0 function off of test_

This commit is contained in:
andrewxhill
2014-08-08 11:26:34 -04:00
parent d9b2c83013
commit 81edfc543b

View File

@@ -1,6 +1,6 @@
--CREATE TYPE geocode_admin_v1 AS (q TEXT, geom GEOMETRY, success BOOLEAN);
CREATE OR REPLACE FUNCTION test_geocode_admin0_polygons(name text[])
CREATE OR REPLACE FUNCTION geocode_admin0_polygons(name text[])
RETURNS SETOF geocode_admin_v1 AS $$
DECLARE
ret geocode_admin_v1%rowtype;