public inbox for [email protected]  
help / color / mirror / Atom feed
From: Tom Lane <[email protected]>
To: Thomas F.O'Connell <[email protected]>
Cc: [email protected]
Cc: [email protected]
Subject: Re: GUC/postgresql.conf docs
Date: Mon, 13 Jan 2003 16:01:10 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>

"Thomas F.O'Connell" <[email protected]> writes:
> I just wanted to make sure the list was exhaustive. What of those that 
> are marked "startup or postgresql.conf"?

I believe the latter are the ones you cannot set per-backend.

If you want to be certain, look through src/backend/utils/misc/guc.c
to see which variables are marked PGC_POSTMASTER.  Those are the
restart-required vars.  The ones marked PGC_SIGHUP can be changed from
postgresql.conf, but not per-backend.  (See comments in
src/include/utils/guc.h for the gory details.)

If you find any for which the Admin Guide is wrong or misleading,
please submit a docs patch ...

			regards, tom lane




view thread (4+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected]
  Subject: Re: GUC/postgresql.conf docs
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox