Re: [GENERAL] Switching fsync mode?

From: "Patrick Welche" <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: cfedde(at)sendmail(dot)com (Chris Fedde)
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Switching fsync mode?
Date: 1999-11-08 18:45:21
Message-ID: E11ktn7-0006uO-00@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Fedde wrote:
>
> The features and document sets point out that postgresql can run in either
> of an fsync and non-fsync mode. But for the life of me I can't find how to
> make the switch. Am I missing something obvious?

For non-fsync mode, send -F to the backend, using postmaster's -o option eg:

postmaster -o -F

(postmaster -o "-F -more_backend_options")

Cheers,

Patrick

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martin Weinberg 1999-11-08 18:49:08 Memory leak in libpq & libpq++?
Previous Message Charles Tassell 1999-11-08 18:30:34 Re: [GENERAL] Switching fsync mode?