Re: Buglist - Mailing list pgsql-general

From Bo Lorentsen
Subject Re: Buglist
Date
Msg-id 1061304030.1923.168.camel@localhost
Whole thread Raw
In response to Re: Buglist  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Tue, 2003-08-19 at 16:03, Tom Lane wrote:

> It's still bolted on.  The entire concept that "transactional integrity
> is optional" is ludicrous, IMHO.  "Integrity" and "optional" are
> contradictory.
Good point. Also the problem of MyISAM and InnoDB RI :-)

> One thing you should ask about MySQL is where they keep the system's
> metadata (catalog data).  In Postgres it's under transactional control
> just like everything else, which means it's (a) crash-safe and (b)
> rollback-able.  This is why all DDL changes are rollback-able in PG.
> I honestly don't know what the corresponding arrangements are in MySQL
> ... but I suspect that even in an all-InnoDB database, there is critical
> system data that is outside the InnoDB table handler and thus not
> transaction-safe.
Thats a really nice thing for temporary tables, but "point in time"
backup is a much stonger argument :-)

/BL


pgsql-general by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Re: Buglist
Next
From: Guy Fraser
Date:
Subject: Re: 7.3.4 RPM