Is there a concept of Redo log files in postgres.? - Mailing list pgsql-admin

From Somasekhar Bangalore
Subject Is there a concept of Redo log files in postgres.?
Date
Msg-id BF493B193A334743AA9EF48945E69C1346A751@exchange.india.zensutra.com
Whole thread Raw
List pgsql-admin
Hi,

I wanted to know like in oracle there is a concept of redo log files meant for backup and recovery. Is the same concept
presentin postgres.I have gone thru the documentation .it says backup can be taken thru 2 approaches 
    1.SQL Dump
    2.File System level backup.

for SQL Dump command is      ----> pg_dump dbname > outfile
for file system level backup ----> tar -cf backup.tar /usr/local/pgsql/data.


the second method is not practical cos we need to shut down the database server to make use of the tar.

Is there any other method's to back up data and restore data incase of media failure.?

thanks in advance

Somasekhar Bangalore

pgsql-admin by date:

Previous
From: Matej Puntar
Date:
Subject: Re: ODBC Driver
Next
From: sandeep_g25@rediffmail.com (sandeep G)
Date:
Subject: How to move BLOB partitions to a different tablespace?