mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
6 lines
208 B
MySQL
6 lines
208 B
MySQL
CREATE FUNCTION text_soundex(text) RETURNS text
|
|
AS '@MODULE_FILENAME@', 'text_soundex' LANGUAGE 'newC';
|
|
|
|
CREATE FUNCTION soundex(text) RETURNS text
|
|
AS '@MODULE_FILENAME@', 'text_soundex' LANGUAGE 'newC';
|