Online backup

From: Paulo Henrique Baptista de Oliveira <baptista(at)linuxsolutions(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Online backup
Date: 2002-10-23 02:55:18
Message-ID: 20021023005518.A2331@linuxsolutions.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,
I want to do an online backup.
All that I see in lists are about cp $PGDATA and pg_dump.
What about tables that are being updated at the same time the backup is
running? The data will be consistent?
Thanks, Paulo Henrique

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Mischook 2002-10-23 03:17:44 SELECT statements converted to SELECT FOR UPDATE
Previous Message Mark Wilson 2002-10-23 02:48:22 Re: Return a "results set", use a temporary table or use a table?