Start background writer during archive recovery. Background writer now performs
[PostgreSQL.git] / contrib / tablefunc / uninstall_tablefunc.sql
blob900e12aca9e4a82e9dcb22efe766889ad1ebe871
1 /* $PostgreSQL$ */
3 -- Adjust this setting to control where the objects get dropped.
4 SET search_path = public;
6 DROP FUNCTION connectby(text,text,text,text,text,int);
8 DROP FUNCTION connectby(text,text,text,text,text,int,text);
10 DROP FUNCTION connectby(text,text,text,text,int);
12 DROP FUNCTION connectby(text,text,text,text,int,text);
14 DROP FUNCTION crosstab(text,text);
16 DROP FUNCTION crosstab(text,int);
18 DROP FUNCTION crosstab4(text);
20 DROP FUNCTION crosstab3(text);
22 DROP FUNCTION crosstab2(text);
24 DROP TYPE tablefunc_crosstab_4;
26 DROP TYPE tablefunc_crosstab_3;
28 DROP TYPE tablefunc_crosstab_2;
30 DROP FUNCTION crosstab(text);
32 DROP FUNCTION normal_rand(int4, float8, float8);