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 201110061340.p96DeYg11959@momjian.us
Whole thread Raw
In response to Re: Bug with pg_ctl -w/wait and config-only directories  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian wrote:
> Bruce Momjian wrote:
> > Bruce Momjian wrote:
> > > Robert Haas wrote:
> > > > On Mon, Oct 3, 2011 at 11:04 PM, Bruce Momjian <bruce@momjian.us> wrote:
> > > > > OK, here is a patch that adds a -C option to the postmaster so any
> > > > > config variable can be dumped, even while the server is running (there
> > > > > is no security check because we don't have a user name at this point),
> > 
> > OK, here is an updated patch, with documentation, that I consider ready
> > for commit to git head.
> 
> And with a --help documentation patch.

Patch applied.  This competes this TODO item:
Allow pg_ctl to work properly with configuration files located outsidethe PGDATA directory 

--  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: Robert Haas
Date:
Subject: Re: alter table only ... drop constraint broken in HEAD
Next
From: Royce Ausburn
Date:
Subject: [REVIEW] Patch for cursor calling with named parameters