Earlier quoted context omitted.
If you're a developer, a database is just a database. If you're a corporate DBA, they are each worlds apart. MySQL is a perfect match for most SaaS applications that deal with compliance. Postgres is simply not. The main issues with managing Postgres today are grant inheritance, and also the lack of COPY FROM/TO grants. I shouldn't have to update grants for non-admin or readonly users after adding new objects, and th…
sigh Must you really draw conclusions about the suitability of PostgreSQL or MySQL for all users based on your limited perspective/niche needs? > If you're a developer, a database is just a database. [screams internally]
At bigger companies they might abstract it out but your gonna get a slow query one day and be tuning sql or something.