From 6d30ee352c7bee9e5f7d7cd3c1508e9bda8c7535 Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Thu, 21 Apr 2016 16:29:27 -0400 Subject: [PATCH] adding schema --- src/pg/sql/42_observatory_exploration.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pg/sql/42_observatory_exploration.sql b/src/pg/sql/42_observatory_exploration.sql index d95662a..4439eff 100644 --- a/src/pg/sql/42_observatory_exploration.sql +++ b/src/pg/sql/42_observatory_exploration.sql @@ -2,7 +2,7 @@ -- return a table that contains a string match based on input -- TODO: implement search for timespan -CREATE OR REPLACE FUNCTION _OBS_SearchTables( +CREATE OR REPLACE FUNCTION cdb_observatory._OBS_SearchTables( search_term text, time_span text DEFAULT NULL )