mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
17 lines
343 B
MySQL
17 lines
343 B
MySQL
|
-- 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);
|