Re: PostgreSQL vs. MySQL

From: "littlebutty" <littlebutty(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL vs. MySQL
Date: 2005-08-02 15:52:12
Message-ID: 1122997932.177551.135490@g14g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ou company just migrated in the opposite direction. We moved from
MySQL 4.1 to PostgreSQL 8. We had serious issues with MySQL and
foreign key support as well as data validation. For example: MySQL
will simply insert an empty string value for a required field that was
not supplied. We also increased productivity by leveraging triggers
and stored procdures with PostgreSQL.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2005-08-02 15:57:11 Re: feeding big script to psql
Previous Message silasju@gmail.com 2005-08-02 15:52:02 Re: Insert ImageFile in PostgreSQL