Hi, I am planning to move from Mysql to PostgreSQL (mainly for transaction support). I just wanted to know if I can take my active django projects (all with lots of data in mysql, with more or less every model field type possible) and do a XML data dump and than just load this into the Postgresql db?
I have been reading about differences in how Mysql stores boolean fields against Postgresql? Would I need to change any thing in the xml? or does django take care of all this? Or is there some "smarter" way of doing this db change over? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

