Re: Improving postgresql.conf

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Improving postgresql.conf
Date: 2004-06-16 18:32:34
Message-ID: 24021.1087410754@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andreas Pflug <pgadmin(at)pse-consulting(dot)de> writes:
> How about vars overridden on the postmaster command line? Similar issue,
> I believe. Naively, I'd assume that my last instruction (in this case:
> changing postgresql.conf and SIGHUP) would determine processing, which
> is obviously wrong if I read the docs correctly.

That was another point I was about to make, which is that there are lots
of other reasons why the active value of some config variable might not
be what postgresql.conf says. We are *not* ripping out the entire GUC
facility just because some people haven't bothered to read the
documentation about it ;-).

Maybe the real problem here is that people think that postgresql.conf
is the place to find out about current settings, and they just need to
be re-educated to look at pg_settings or SHOW ALL instead.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-06-16 18:42:19 JOB LISTING - SRA America looking for intern/consultant
Previous Message Andreas Pflug 2004-06-16 18:25:42 Re: Improving postgresql.conf