Re: PostgreSQL vs. MySQL - Mailing list pgsql-general

From littlebutty
Subject Re: PostgreSQL vs. MySQL
Date
Msg-id 1122997932.177551.135490@g14g2000cwa.googlegroups.com
Whole thread Raw
In response to PostgreSQL vs. MySQL  (Vratislav_Morkus@lmc.cz)
List 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.


pgsql-general by date:

Previous
From: "silasju@gmail.com"
Date:
Subject: Re: Insert ImageFile in PostgreSQL
Next
From: Ronni
Date:
Subject: wanting to use postgres with python - WHAT am I doing wrong?????? AGGGHHHH