mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
fe83b3ebc6
by David Fetter
17 lines
343 B
SQL
17 lines
343 B
SQL
-- 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);
|