mirror of
https://github.com/postgres/postgres.git
synced 2026-04-27 09:07:42 -04:00
4 lines
88 B
MySQL
4 lines
88 B
MySQL
|
|
CREATE FUNCTION text_soundex(text) RETURNS text
|
|
AS 'MODULE_PATHNAME' LANGUAGE 'c';
|
|
|