Re: What is WAL used for? - Mailing list pgsql-general

From Doug McNaught
Subject Re: What is WAL used for?
Date
Msg-id 87d6azthi6.fsf@asmodeus.mcnaught.org
Whole thread Raw
In response to Re: What is WAL used for?  (Cott Lang <cott@internetstaff.com>)
List pgsql-general
Cott Lang <cott@internetstaff.com> writes:

> On Mon, 2003-12-08 at 02:53, Thierry Missimilly wrote:
>
>> For exemple, with the root privilege :
>> mount -t ext3 -o data=writeback /dev/sdb1 /data1
>
> Thanks, but my problem is I need to change the root partition to
> data=writeback, which you can't do by changing fstab. :(

I think there is a kernel boot argument for this, but I don't know
what it's called.  Google will probably turn it up...

You shouldn't have your database files on / on a production system
anyway.  /var should be a separate partition.

-Doug

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: left join is strange
Next
From: Rich Hall
Date:
Subject: Re: Stored FUnctions