mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
contrib uninstall scripts
by David Fetter
This commit is contained in:
16
contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql
Normal file
16
contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql
Normal file
@@ -0,0 +1,16 @@
|
||||
-- Adjust this setting to control where the objects get created.
|
||||
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);
|
Reference in New Issue
Block a user