Re: Postgres v MySQL 5.0 - Mailing list pgsql-advocacy

From Brian Hurt
Subject Re: Postgres v MySQL 5.0
Date
Msg-id 4543A241.9020301@janestcapital.com
Whole thread Raw
In response to Re: Postgres v MySQL 5.0  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-advocacy
Robert Treat wrote:

>And of course the following is usually worth pointing people to as well.
>http://sql-info.de/mysql/gotchas.html
>
>
>

OK, this link has to be the best dang reason to use Postgres instead
I've ever seen.  The combination of "Whoops, no InnoDB table support",
"Supported syntax, unsupported feature", and "Transactions on mixed
table types" strikes me as a recipie for utter diaster.  Especially
considering that you can not detect the mistake (forgetting to make a
table InnoDB) until after the damage is done, and long after the mistake
was made.  Transactions are like Yoda said- "Do or do not, there is no
try."  Having pseudo-transactions is worse than not having any
transactions at all- they lull me into a false sense of security.
Especially if all tables are supposed to be transaction-enabled, only by
accident some aren't.

This just cements my opinion that the only purpose of having more than
one engine in a database is so that you can pick the wrong one.

Brian


pgsql-advocacy by date:

Previous
From: Paul Ramsey
Date:
Subject: Re: Postgres v MySQL 5.0
Next
From: Michael Dean
Date:
Subject: Re: Postgres v MySQL 5.0