Re: [GENERAL] Optimizations for busy DB??

From: Karl DeBisschop <kdebisschop(at)spaceheater(dot)infoplease(dot)com>
To: signal(at)shreve(dot)net
Cc: bmccoy(at)lan2wan(dot)com, pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Optimizations for busy DB??
Date: 1999-05-13 16:58:34
Message-ID: 199905131658.MAA02220@skillet.infoplease.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> it works. Make sure you preface these backend options with -o, since the
> postmaster has its own options distinct from the backend. Your complete
> invocation might look like
>
> postmaster -i -S -D/var/lib/pgsql -o -F -B 256 -S 1024

>From the man page for postmaster:

-o backend_options
The postgres(1) options specified in backend_options
are passed to all backend server processes started by
this postmaster. If the option string contains any
spaces, the entire string must be quoted.

So therefore:

postmaster -i -S -D/var/lib/pgsql -o '-F -S 1024'

--
Karl DeBisschop <kdebisschop(at)spaceheater(dot)infoplease(dot)com>
617.832.0332 (Fax: 617.956.2696)

Information Please - your source for FREE online reference
http://www.infoplease.com - Your Ultimate Fact Finder
http://kids.infoplease.com - The Great Homework Helper

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brett W. McCoy 1999-05-13 17:40:40 Re: [GENERAL] Optimizations for busy DB??
Previous Message Bruce Momjian 1999-05-13 16:17:29 Re: [GENERAL] Optimizations for busy DB??