mirror of https://github.com/postgres/postgres
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
597 B
30 lines
597 B
![]()
20 years ago
|
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);
|