Re: postgre vs MySQL - Mailing list pgsql-general

From Thomas Pundt
Subject Re: postgre vs MySQL
Date
Msg-id 200803130925.48194.mlists@rp-online.de
Whole thread Raw
In response to Re: postgre vs MySQL  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Responses Re: postgre vs MySQL  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-general
On Donnerstag, 13. März 2008, Scott Marlowe wrote:
| My real complaint with InnoDB is it's a red headed step child.  If
| mysql supported only innodb, it would be a very different database,
| and probably a bit simpler as well.  no need to worry about how you
| state fk-pk relationships (currently column level references are
| silently dropped for innodb OR myisam).  If there was a run time
| switch that said "use only innodb and use syntax that's sane" I'd
| probably be willing to test that out.

To be fair, MySQL-5 has such a switch (kind of):

  http://dev.mysql.com/doc/refman/5.0/en/faqs-sql-modes.html

You can set the @@sql_mode variable to a value, that MySQL almost behaves
like standard SQL (I've not tested this by myself, though).

Ciao,
Thomas

--
Thomas Pundt <thomas.pundt@rp-online.de> ---- http://rp-online.de/ ----

pgsql-general by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: Relocation error:/usr/lib/libpq.so.5:undefinedsymbol: krb5_cc_get_principal
Next
From: "Dawid Kuroczko"
Date:
Subject: Re: Trigger to run @ connection time?