Re: WAL Queries - Mailing list pgsql-general

From Paul Lambert
Subject Re: WAL Queries
Date
Msg-id 46B5A447.4030507@autoledgers.com.au
Whole thread Raw
In response to WAL Queries  (RPK <rpk.general@gmail.com>)
Responses Re: WAL Queries  (RPK <rpk.general@gmail.com>)
List pgsql-general
RPK wrote:
> I installed PGSQL on Windows XP. I ran:
>
> Select pg_start_backup('label');
>
> It responded: "Archive disabled"
>
> Is WAL archiving disabled by default?
> Can this feature be enabled while installing PGSQL?
> Can I change the path of the logs to another partition on my hard disk?

Enable it in the "Write Ahead Log" section of postgresql.conf file in
the PGDATA directory.

--
Paul Lambert
Database Administrator
AutoLedgers


pgsql-general by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: v8.2 ... command line interface on Windows
Next
From: RPK
Date:
Subject: Re: WAL Queries