summaryrefslogtreecommitdiff
path: root/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql
blob: ff4a91590e0fef1853d0182901037256812dc0e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $PostgreSQL$ */

-- Adjust this setting to control where the objects get dropped.
SET search_path = public;

DROP FUNCTION dmetaphone_alt (text);

DROP FUNCTION dmetaphone (text);

DROP FUNCTION difference(text,text);

DROP FUNCTION text_soundex(text);

DROP FUNCTION soundex(text);

DROP FUNCTION metaphone (text,int);

DROP FUNCTION levenshtein (text,text,int,int,int);

DROP FUNCTION levenshtein (text,text);