postgresql/contrib/metaphone/metaphone.sql.in

4 lines
106 B
MySQL
Executable File

CREATE FUNCTION text_soundex(text) RETURNS text
AS '@MODULE_FILENAME@', 'text_metaphone' LANGUAGE 'C';