Re: pg_ctl -D? - Mailing list pgsql-novice

From Ray Stell
Subject Re: pg_ctl -D?
Date
Msg-id 20061004170536.GB12674@cns.vt.edu
Whole thread Raw
In response to Re: pg_ctl -D?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
On Wed, Oct 04, 2006 at 12:57:35PM -0400, Tom Lane wrote:
> Ray Stell <stellr@cns.vt.edu> writes:
> > pg_ctl seems to want to be told where "data" is:
> > pg_ctl stop [-W] [-s] [-D datadir]
>
> > I've been scattering data across spindles and mount points.
>
> Via tablespaces you mean?

correct, to try to mitigate i/o contention.  Doesn't this make
sense to do this?


> pg_ctl only cares about the top-level data
> directory (basically, so that it can find the postmaster.pid lock file).

good, maybe a note to this effect is the pg_ctl doc page is in order.

pgsql-novice by date:

Previous
From: Ray Stell
Date:
Subject: Re: pg_ctl -D?
Next
From: Tom Lane
Date:
Subject: Re: restart error