Re: Where is the physical files of database that I just

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Terence Chang <TChang(at)nqueue(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Where is the physical files of database that I just
Date: 2003-07-17 14:35:32
Message-ID: Pine.LNX.4.33.0307170834350.30557-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 16 Jul 2003, Terence Chang wrote:

> Great! That is easier than Oracle! Now! I have no excuse not to use
> PostgreSQL. :-)
>
> I got one more question! Is there a way that I can shut down only one
> database for "Cold Backup" while other database are running like Oracle
> does?

There's really no need to shut down and do a cold backup. pg_backup backs
up databases hot as if they were cold (i.e. it uses a snapshot system).
So, if you connect and start pg_dump, and 20 users initiate transactions
after that, you see none of those later transactions or any part of them
in your backup.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Schuchardt 2003-07-17 14:47:01 Re: 2 connections 1 transaction
Previous Message Thomas Kellerer 2003-07-17 13:22:48 Re: Postgresql "FIFO" Tables, How-To ?