]> granicus.if.org Git - postgresql/blob - contrib/tablefunc/uninstall_tablefunc.sql
contrib uninstall scripts
[postgresql] / contrib / tablefunc / uninstall_tablefunc.sql
1 SET search_path = public;
2
3 DROP FUNCTION connectby(text,text,text,text,text,int);
4
5 DROP FUNCTION connectby(text,text,text,text,text,int,text);
6
7 DROP FUNCTION connectby(text,text,text,text,int);
8
9 DROP FUNCTION connectby(text,text,text,text,int,text);
10
11 DROP FUNCTION crosstab(text,text);
12
13 DROP FUNCTION crosstab(text,int);
14
15 DROP FUNCTION crosstab4(text);
16
17 DROP FUNCTION crosstab3(text);
18
19 DROP FUNCTION crosstab2(text);
20
21 DROP TYPE tablefunc_crosstab_4;
22
23 DROP TYPE tablefunc_crosstab_3;
24
25 DROP TYPE tablefunc_crosstab_2;
26
27 DROP FUNCTION crosstab(text);
28
29 DROP FUNCTION normal_rand(int4, float8, float8);