How To Enable String Similarity Features in PostgreSQL
Comparing strings at the database level is a nice feature to have, especially considering that it is much faster and more efficient than doing it at the application level.
To take advantage of the string similarity features in PostgreSQL, you first h...
writech.hashnode.dev3 min read