mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +03:00
5 lines
88 B
MySQL
5 lines
88 B
MySQL
|
|
CREATE FUNCTION text_soundex(text) RETURNS text
|
|
AS 'MODULE_PATHNAME' LANGUAGE 'c';
|
|
|