Re: Advantages of PostgreSQL over MySQL 5.0 - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Advantages of PostgreSQL over MySQL 5.0
Date
Msg-id 1143138258.17999.79.camel@state.g2switchworks.com
Whole thread Raw
In response to Re: Advantages of PostgreSQL over MySQL 5.0  (Jim Nasby <jnasby@pervasive.com>)
Responses Re: Advantages of PostgreSQL over MySQL 5.0  (Gábor Farkas <gabor@nekomancer.net>)
Re: Advantages of PostgreSQL over MySQL 5.0  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-general
On Thu, 2006-03-23 at 12:17, Jim Nasby wrote:
> On Mar 22, 2006, at 10:08 PM, Scott Marlowe wrote:
> > Now, I shouldn't be able to insert anything in b that's not
> > referencing
> > an entry in a.  and I used innodb tables.  and I used ansi SQL, and I
> > got no errors.  So how come my data's incoherent three seconds after
> > creating the tables the way the spec says should work?  Simple.  MySQL
> > only implements foreign keys if you do them this way:

Yep.  I filed the bug report on it.

http://bugs.mysql.com/bug.php?id=13301

pgsql-general by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Advantages of PostgreSQL over MySQL 5.0
Next
From: "Andrus"
Date:
Subject: Re: How to release locks