Re: pg_config : postgresql.conf adjustments?

From: Justin Clift <justin(at)postgresql(dot)org>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: Alvaro Herrera <alvherre(at)atentus(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_config : postgresql.conf adjustments?
Date: 2002-09-29 18:08:37
Message-ID: 3D9741A5.33B27179@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joe Conway wrote:
>
> Alvaro Herrera wrote:
> > Obviously he wants a tool that allows setting parameters from a shell
> > script or something for use within pg_autotune. I don't see why it is
> > bad to have a tool to do this; if someone can use it (and modify
> > postgresql.conf) obviously he has permission to read (and write)
> > postgresql.conf.
> >
>
> But, if that's the case, why not just:
>
> 1. send e.g. "set sort_mem=8192" as an SQL statement for runtime changeable
> parameters
> 2. use e.g. "pg_ctl restart -D $PGDATA -o '--shared_buffers=10000'" for those
> parameters requiring a restart

Doesn't allow for scriptable permanent changes, only runtime ones. Was
just trying to think of a "optimal" end user solution. Totally hadn't
thought of the 'set sort_mem=xxx' option either, but it might work for
the next version of pg_autotune (am going to have to re-write it
anyway).

:)

Regards and best wishes,

Justin Clift


> Joe

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2002-09-29 18:51:44 Re: Web site
Previous Message Joe Conway 2002-09-29 17:55:02 Re: pg_config : postgresql.conf adjustments?