From e479f84cf9cbfe9a8c44340c693a9d73116cb27a Mon Sep 17 00:00:00 2001 From: mehak-sachdeva Date: Fri, 10 Feb 2017 16:32:05 -0500 Subject: [PATCH] syntax --- src/pg/sql/30_dot_density.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pg/sql/30_dot_density.sql b/src/pg/sql/30_dot_density.sql index 55390c5..0b38bf9 100644 --- a/src/pg/sql/30_dot_density.sql +++ b/src/pg/sql/30_dot_density.sql @@ -80,7 +80,7 @@ BEGIN RETURN final_points; END; -$$ LANGUAGE plpgsql +$$ LANGUAGE plpgsql; -- -- Creates N points randomly distributed in the specified secondary polygons