Re: [BUGS] Running queries on inherited tables

Vadim Mikheev <vadim@krs.ru>

From: Vadim Mikheev <vadim@krs.ru>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Michael Richards <miker@scifair.acadiau.ca>, pgsql-bugs@postgreSQL.org
Date: 1999-09-13T18:21:29Z
Lists: pgsql-bugs
Tom Lane wrote:
> 
> > anyway... That brings up an intersting point... Does the database do a
> > rollback if it runs out of space on the device?
> 
> I think it rolls back OK if we fail to acquire a new page for a user
> table.  Failing to write a pg_log page might be disastrous though.
> Vadim would understand that better than I do.

There should be no problem with this too.

Vadim