Re: [HACKERS] Transaction system (proposal for 6.5) - Mailing list pgsql-hackers

From Michael Graff
Subject Re: [HACKERS] Transaction system (proposal for 6.5)
Date
Msg-id v6r9x5zciw.fsf@kechara.lh.vix.com
Whole thread Raw
In response to Re: [HACKERS] Transaction system (proposal for 6.5)  (The Hermit Hacker <scrappy@hub.org>)
List 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

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Errors inside transactions
Next
From: Brook Milligan
Date:
Subject: Re: [HACKERS] union regression test