Re: To Postgres or not - Mailing list pgsql-general

From Magnus Hagander
Subject Re: To Postgres or not
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE6C7772@algol.sollentuna.se
Whole thread Raw
In response to To Postgres or not  ("Ted Slate" <tslateone@hotmail.com>)
List pgsql-general
> > >The first sentence rules out MySQL, so the second sentence should
> > >read "So that leaves Postgres".  Your problem is solved ;-)
> > >
> > >(If you are accustomed to Oracle, you are probably
> expecting an ACID
> > >database, which rules out MySQL too).
> >
> > Does MySQL with InnoDB not qualify as an ACID-compliant database?
>
> Not if you intermix InnoDB tables with MyISAM tables, which
> AFAIK many people seem to do.

AFAIK the system tables has to be MyISAM, so it's not really possible to
run in any non-intermixed way.

//Magnus

pgsql-general by date:

Previous
From: Leif Jensen
Date:
Subject: Recursive stored procedure in C.
Next
From: Leif Jensen
Date:
Subject: Re: Recursive stored procedure in C.