I have a simple list of ~25 words. I have a varchar field in PostgreSQL, let\'s say that list is [\'foo\', \'bar\', \'baz\']. I want to find any row in my table
[\'foo\', \'bar\', \'baz\']
All currently supported versions (9.5 and up) allow pattern matching in addition to LIKE.
LIKE
Reference: https://www.postgresql.org/docs/current/functions-matching.html