2007-11-13 12:24:29 +08:00
|
|
|
/* $PostgreSQL: pgsql/contrib/tablefunc/uninstall_tablefunc.sql,v 1.3 2007/11/13 04:24:29 momjian Exp $ */
|
|
|
|
|
2007-11-11 11:25:35 +08:00
|
|
|
-- Adjust this setting to control where the objects get dropped.
|
2006-02-27 20:54:39 +08:00
|
|
|
SET search_path = public;
|
|
|
|
|
|
|
|
DROP FUNCTION connectby(text,text,text,text,text,int);
|
|
|
|
|
|
|
|
DROP FUNCTION connectby(text,text,text,text,text,int,text);
|
|
|
|
|
|
|
|
DROP FUNCTION connectby(text,text,text,text,int);
|
|
|
|
|
|
|
|
DROP FUNCTION connectby(text,text,text,text,int,text);
|
|
|
|
|
|
|
|
DROP FUNCTION crosstab(text,text);
|
|
|
|
|
|
|
|
DROP FUNCTION crosstab(text,int);
|
|
|
|
|
|
|
|
DROP FUNCTION crosstab4(text);
|
|
|
|
|
|
|
|
DROP FUNCTION crosstab3(text);
|
|
|
|
|
|
|
|
DROP FUNCTION crosstab2(text);
|
|
|
|
|
|
|
|
DROP TYPE tablefunc_crosstab_4;
|
|
|
|
|
|
|
|
DROP TYPE tablefunc_crosstab_3;
|
|
|
|
|
|
|
|
DROP TYPE tablefunc_crosstab_2;
|
|
|
|
|
|
|
|
DROP FUNCTION crosstab(text);
|
|
|
|
|
|
|
|
DROP FUNCTION normal_rand(int4, float8, float8);
|