Re: Overhauling GUCS

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, Dave Page <dpage(at)pgadmin(dot)org>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Greg Sabino Mullane <greg(at)turnstep(dot)com>
Subject: Re: Overhauling GUCS
Date: 2008-06-13 16:24:48
Message-ID: 200806131624.m5DGOmO21443@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Treat wrote:
> On Wednesday 11 June 2008 16:54:23 Bruce Momjian wrote:
> > Dave Page wrote:
> > > On Wed, Jun 11, 2008 at 6:56 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> > > > Dave Page wrote:
> > > >> On Mon, Jun 2, 2008 at 5:46 AM, Joshua D. Drake <jd(at)commandprompt(dot)com>
> wrote:
> > > >> > pg_ctl -D data check?
> > > >> >
> > > >> > I would +1 that.
> > > >>
> > > >> I would also really like to see that - though I'd also like to see an
> > > >> SQL interface so we can check a config before saving when editing via
> > > >> pgAdmin or similar.
> > > >
> > > > Should this be a TODO?
> > >
> > > Yes please.
> >
> > Added to TODO:
> >
> > * Add pg_ctl option to do a syntax check of postgresql.conf
> >
>
> ISTM we need something that can run inside the db as well, i'm thinking
> something like pg_check_conf() to go with pg_reload_conf(). Also, these
> should probably check validity of the pg_hba.conf as well.

Agreed, TODO updated:

o Add functions to syntax check configuration files

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-06-13 16:24:51 Re: Options for protocol level cursors
Previous Message Tom Lane 2008-06-13 16:18:37 Re: Proposal: Multiversion page api (inplace upgrade)