Re: Advantages of PostgreSQL over MySQL 5.0

From: Jim Nasby <jnasby(at)pervasive(dot)com>
To: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
Cc: Jimbo1 <jamestheboarder(at)googlemail(dot)com>, pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Advantages of PostgreSQL over MySQL 5.0
Date: 2006-03-23 18:17:30
Message-ID: E27EF0AC-2170-4E8E-91DF-10A9B6CC2B64@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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:

Good lord, is that still true in 5.0??
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2006-03-23 18:24:18 Re: Advantages of PostgreSQL over MySQL 5.0
Previous Message Jim Nasby 2006-03-23 18:06:51 Re: Updating database structure