Completely tangential, but I need to do some transformations on some CSVs and decided I'd just import them into a local database, run my SQL, and export. The CSVs had the literal strings TRUE/FALSE in a column. MySQL would require me to import into a varchar column and then transform; Postgresql automatically converted it as a boolean.
Plenty of big reasons, but it's the small quality of life stuff that makes a lot of difference.
Plenty of big reasons, but it's the small quality of life stuff that makes a lot of difference.