Postgresql – How to create an index in Postgres on an expression involving TEXT columns and a DATE column, concatenated?
I want to be able to search for people "similar" to what I have in the database (e.g. a person with a typo in their name or date of birth). I want to use the levenshtein function for that in…