Switching from MySQL to PostgreSQL - tips, tricks and gotchas?
I am contemplating a switch from MySQL to PostgreSQL. What are your tips, tricks and gotchas for working with PostgreSQL? What should a MySQLer look out for? See also: How different is PostgreSQL to MySQL? See also: Migrate from MySQL to PostgreSQL Note - I don't think this is a duplicate. In particular the type of answers are quite diffferent and the responses here have much more implementation detail, which is what I was looking for rfusca Just went through this myself, well I still am... Case sensitive text Lack of INSERT IGNORE and REPLACE Explicit casting needed almost everywhere No