Enabling Implicit Cast From Integer To Boolean in PostgreSQL
Posted on August 18th, 2009 by Chris
I’ve been using MySQL for a while with my pet projects, but recently I’ve been writing some more complicated queries, and I’m running into a few obnoxious limitations, mostly involving known view performance problems. I’ve decided to start testing the waters in PostgreSQL, so I tried importing my data into PG by running a MySQL-generated [...]
4 Comments »
Filed under: PostgreSQL