Search Results

6
votes

Migrating from MySQL to PostgreSQL

I have done a similar conversion, but for different reasons. It was because we needed better ACID support, and the ability to have web users see the same data they could via other DB tools (one I …