On Fri, 3 Jun 2005, Alan G wrote:
> > I've been using MySQL up this day, but would like to convert my > > program to use Postgresql. > > I'm curious. Why? > Is there some advantage to Postgres over MySql? Hi Alan, Yes. The 'MySQL Gotchas' page details specifically some of the tricky areas that are MySQL-specific: http://sql-info.de/mysql/gotchas.html Postgres behaves a lot like Python in that it'll die early rather than try to guess at what the user means. Postgres handles bad data much more responsibly, and usually doesn't quietly fail the way that MySQL does. Best of wishes! _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor