I\'m running a MySQL database locally for development, but deploying to Heroku which uses Postgres. Heroku handles almost everything, but my case-insensitive Like statements
If you're using PostgreSQL 8.4 you can use the citext module to create case insensitive text fields.