Postgres regex support. Some time ago I learned that about Postgres regular expression searching, including Postgres case insensitive searching.
If you're familiar with Unix and Perl regular expressions, these are very similar, so it's an easy pickup, and a very powerful way to search for data in Postgres. Just use these regular expressions with SELECT in your PostgreSQL queries instead of the LIKE operator, and you're ready to go.