Why do you think that the function dmetaphone should be exist?
- Hamlet Hakobyan
i m trying another function like . soundex('anne') it will give same error
- Azhar Khan
1 Answers
6
votes
You probably forgot to add the fuzzystrmatch extension. Make sure that the contrib modules are installed, then run the following as superuser
CREATE EXTENSION fuzzystrmatch;
Then the function will be defined.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
dmetaphoneshould be exist? - Hamlet Hakobyan