renaming to fix typo

This commit is contained in:
Stuart Lynn 2016-03-07 12:55:25 -05:00
parent 79bd319366
commit 0e24d542b3

View File

@ -9,12 +9,3 @@ AS $$
from crankshaft.bayesian_blocks import adaptive_histogram
return adaptive_histogram(table_name,column_name)
$$ LANGUAGE plpythonu;
CREATE OR REPLACE FUNCTION
cdb_simple_test (
)
RETURNS NUMERIC
AS $$
return 5
$$ LANGUAGE plpythonu;