On 6/17/05, Kailash Vyas <kailash(dot)vyas(at)gmail(dot)com> wrote:
> for example in case of database crash what would be the steps involved in
> recovering it through WAL.
just restart the database.
postgresql with recover itself using wal files.
depesz