> > >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 ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster