Re: [GENERAL] Switching fsync mode?

From: Charles Tassell <ctassell(at)isn(dot)net>
To: Chris Fedde <cfedde(at)sendmail(dot)com>, pgsql-general(at)hub(dot)org
Subject: Re: [GENERAL] Switching fsync mode?
Date: 1999-11-08 18:30:34
Message-ID: 4.2.0.58.19991108142943.0098c660@mailer.isn.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You have to start the backend with the -F option. So instead of something
like:
/usr/local/pgsql/postmaster -i
you would use:
/usr/local/pgsql/postmaster -i -F

At 01:26 PM 11/8/99, 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?
>
>thanks
>chris
>
>--
> Chris Fedde
> 303 773 9134
>
>************

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Patrick Welche 1999-11-08 18:45:21 Re: [GENERAL] Switching fsync mode?
Previous Message Chris Fedde 1999-11-08 17:26:34 Switching fsync mode?