Re: Help on WAL needed!

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Namrata <nlabade(at)nulinkinc(dot)com>
Cc: postgres <pgsql-general(at)postgresql(dot)org>
Subject: Re: Help on WAL needed!
Date: 2001-06-18 16:33:25
Message-ID: Pine.LNX.4.30.0106181830340.898-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Namrata writes:

> I want to know about the WAL. How it is used in postgreSQL and how it is implemented and how data is recovered using WAL?

-> Administrator's Guide

> Is there any provision for fault tolerance provided in postgreSQL?

If you mean "hardware fault": not really.

> Is there any versioning of data provided in postgreSQL when we alter the table contentes ( say If I add new column to the table and after some time if
> I don't want new column. I want my previous table contents. Can I get it using the versioning of the data? )

"Time travel" was removed several years ago, and I don't think it ever
covered schema changes. You can do this with triggers, there should be an
example somewhere in contrib, IIRC.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alex Pilosov 2001-06-18 16:38:11 Re: OT: Apache::Session::DBI vs postgresql? --help
Previous Message Doug McNaught 2001-06-18 16:29:43 Re: jdbc-question...