Is there a simple ignore-case-comparison for PostgreSQL?
I want to replace:
SELECT id, user_name FROM users WHERE lower(email) IN (lowe
You can also create an index on lower(email).