NeonN
Neon2y ago
2 replies
dry-scarlet

fuzzystrmatch Extension Not Working

I am attempting to use the fuzzystrmatch extension on Neon. I ran:
CREATE EXTENSION fuzzystrmatch;

and it ran successfully. but when I try to use the levenshtein function or any of the other functions from the extension:
SELECT levenshtein('GUMBO', 'GAMBOL');

I get:
ERROR:  function levenshtein(unknown, unknown) does not exist

am I missing a step to get the extension enabled?
Was this page helpful?