1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-24 06:01:07 +03:00
Files
postgres/contrib/soundex/soundex.sql.in
2000-06-15 18:55:34 +00:00

5 lines
88 B
MySQL

CREATE FUNCTION text_soundex(text) RETURNS text
AS 'MODULE_PATHNAME' LANGUAGE 'c';