Re: [HACKERS] Transaction system (proposal for 6.5)

Michael Graff <explorer@flame.org>

From: Michael Graff <explorer@flame.org>
To: The Hermit Hacker <scrappy@hub.org>
Cc: Bruce Momjian <maillist@candle.pha.pa.us>, Robson Miranda <rmiranda@rudah.com.br>, pgsql-hackers@postgreSQL.org
Date: 1998-09-21T15:55:03Z
Lists: pgsql-hackers
The Hermit Hacker <scrappy@hub.org> writes:

> 	Not sure, but IMHO, having a redo log capability would be a HUGE
> win also...consider a mission critical application that doesn't have, in
> essence, "live backups" in the form of a redo log...

Considering that every postgresql application I write has two backups:

	o a full database dump,
	o an incremental change log,

so I can do exactly that...

--Michael