Re: Need Some Recent Information on the Differences between Postgres and MySql

From: Dann Corbit <DCorbit(at)connx(dot)com>
To: "'Wang, Mary Y'" <mary(dot)y(dot)wang(at)boeing(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Need Some Recent Information on the Differences between Postgres and MySql
Date: 2010-06-24 23:59:45
Message-ID: 87F42982BF2B434F831FCEF4C45FC33E0FEF594F@EXCHANGE.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Wang, Mary Y
Sent: Thursday, June 24, 2010 4:05 PM
To: pgsql-general
Subject: [GENERAL] Need Some Recent Information on the Differences between Postgres and MySql

Hi,

I'm trying to find some write-ups about the differences between Postgres and MySql. A lot of stuff showed up on Google, but most of them are old.
I saw this wiki over here http://wiki.postgresql.org/wiki/Why_PostgreSQL_Instead_of_MySQL_2009 and plan to watch a recent webcast on PostgreSQL vs. MySQL that was offered by EnterpriseDB.

Are there any other most recent summaries on the differences between Postgres and MySql?
>>
An extremely important difference is the license structure:

MySQL is either GPL or commercial. If your project is GPL open source then you can use the GPL version but if not and it is a commercial project then you must purchase a commercial license.

PostgreSQL is Berkeley licensed and so you can use it with impunity for any sort of project without the need to purchase a license.

They are both nice, mature software tools and either would be suitable for doing something like setting up a web site.
<<

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2010-06-25 00:11:58 Re: Converting a Simple Database from MySQL to PostgreSQL in 40 hours?
Previous Message Wang, Mary Y 2010-06-24 23:04:42 Need Some Recent Information on the Differences between Postgres and MySql