Skip to content

Instantly share code, notes, and snippets.

@filipechagas
Created June 2, 2014 01:00
Show Gist options
  • Save filipechagas/081995926cc0218ee735 to your computer and use it in GitHub Desktop.
Save filipechagas/081995926cc0218ee735 to your computer and use it in GitHub Desktop.
Postgres - Fuzzy Match
CREATE EXTENSION fuzzystrmatch;
select dmetaphone('filipe'), dmetaphone('phillip'), dmetaphone('felipe');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment