Re: Bug with pg_ctl -w/wait and config-only directories - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Bug with pg_ctl -w/wait and config-only directories
Date
Msg-id 201110051444.p95EicU19466@momjian.us
Whole thread Raw
In response to Re: Bug with pg_ctl -w/wait and config-only directories  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Bug with pg_ctl -w/wait and config-only directories  ("Mr. Aaron W. Swenson" <titanofold@gentoo.org>)
List pgsql-hackers
Peter Eisentraut wrote:
> On m?n, 2011-10-03 at 15:09 -0400, Bruce Momjian wrote:
> > Why were people not using pg_ctl?
> 
> Actually, a slight correction/addition here: The Debian init script does
> use pg_ctl to start the service.  Seems to work fine.

Yes.  The script authors discovered a working behavior, which matches my
research:
       pg_ctl start            specify config directory       pg_ctl -w start         impossible       pg_ctl restart
      impossible       pg_ctl stop             specify real data dir       pg_ctl -w stop          specify real data
dir      pg_ctl reload           specify real data dir
 

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Bug with pg_ctl -w/wait and config-only directories
Next
From: Tom Lane
Date:
Subject: Re: Bug with pg_ctl -w/wait and config-only directories