Re: WAL logs - do they operate at a database or cluster level? - Mailing list pgsql-novice

From Simon Riggs
Subject Re: WAL logs - do they operate at a database or cluster level?
Date
Msg-id BANLkTik6xEVhdz7RSiPvngVy0rkzP_onwQ@mail.gmail.com
Whole thread Raw
In response to WAL logs - do they operate at a database or cluster level?  ("Birchall, Austen" <austen.birchall@metoffice.gov.uk>)
List pgsql-novice
On Thu, May 12, 2011 at 9:32 AM, Birchall, Austen
<austen.birchall@metoffice.gov.uk> wrote:
> Hi again and thanks for your help on my previous post.
>
> Now I ask:
> From the docs it seems that if I wish to enable WAL archiving for a database
> I change the settings of  archive_mode  and archive_command
>
> in the postgresql.conf  file.
> Am I right to assume that this enables WAL logging at a cluster level i.e.
> EVERY database in that cluster goes into WAL archive mode?

Yes, that's correct.

WAL logging is already enabled, with all databases going into the one
transaction log. Setting those parameters enables archiving of the WAL
data files.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

pgsql-novice by date:

Previous
From: "Birchall, Austen"
Date:
Subject: WAL logs - do they operate at a database or cluster level?
Next
From: "Birchall, Austen"
Date:
Subject: More WAL archiving/backup questions