This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
postgres
/
contrib
/
soundex
/
soundex.sql.in
5 lines
88 B
MySQL
Raw
Normal View
History
Unescape
Escape
Missed a few files that were added with the lib/modules patch...
1998-04-22 04:20:55 +00:00
CREATE
FUNCTION
text_soundex
(
text
)
RETURNS
text
/contrib patch from Karel.
2000-06-15 18:55:34 +00:00
AS
'
MODULE_PATHNAME
'
LANGUAGE
'
c
'
;
Missed a few files that were added with the lib/modules patch...
1998-04-22 04:20:55 +00:00
Reference in New Issue
Copy Permalink