What should a Django user know when moving from MySQL to PostgreSQL?

Posted by tmitchell on Stack Overflow See other posts from Stack Overflow or by tmitchell
Published on 2010-04-10T18:04:20Z Indexed on 2010/04/10 18:13 UTC
Read the original article Hit count: 318

Filed under:
|
|
|
|

Most of my experience with Django thus far has been with MySQL and mysqldb. For a new app I'm writing, I'm dipping my toe in the PostgreSQL water, now that I have seen the light.

While writing a data import script, I stumbled upon an issue with the default autocommit behavior. I would guess there are other "gotchas" that might crop up. What else should I be on the lookout for?

© Stack Overflow or respective owner

Related posts about django

Related posts about postgresql