diff options
Diffstat (limited to 'contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql')
| -rw-r--r-- | contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql b/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql index 212e7b7283..bcf05da132 100644 --- a/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql +++ b/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */ +/* $PostgreSQL: pgsql/contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql,v 1.4 2008/04/03 21:13:07 tgl Exp $ */ -- Adjust this setting to control where the objects get dropped. SET search_path = public; @@ -15,4 +15,6 @@ DROP FUNCTION soundex(text); DROP FUNCTION metaphone (text,int); +DROP FUNCTION levenshtein (text,text,int,int,int); + DROP FUNCTION levenshtein (text,text); |
