From 044e83a40f70cb09ba09dce94daba1742999802a Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Wed, 13 Apr 2016 09:33:25 -0400 Subject: [PATCH] removing unneeded comments --- src/pg/sql/40_observatory_utility.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pg/sql/40_observatory_utility.sql b/src/pg/sql/40_observatory_utility.sql index a295a78..f119333 100644 --- a/src/pg/sql/40_observatory_utility.sql +++ b/src/pg/sql/40_observatory_utility.sql @@ -95,7 +95,6 @@ $$ LANGUAGE plpgsql; --Test point cause Stuart always seems to make random points in the water --- Old: _TEST_POINT CREATE OR REPLACE FUNCTION _TestPoint() RETURNS geometry AS $$ @@ -119,7 +118,6 @@ $$ LANGUAGE plpgsql; --Used to expand a column based response to a table based one. Give it the desired --columns and it will return a partial query for rolling them out to a table. --- Old: OBS_BUILD_SNAPSHOT_QUERY CREATE OR REPLACE FUNCTION OBS_BuildSnapshotQuery(names text[]) RETURNS TEXT AS $$