Re: GUC/postgresql.conf docs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Thomas F(dot)O'Connell" <tfo(at)monsterlabs(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: GUC/postgresql.conf docs
Date: 2003-01-13 21:01:10
Message-ID: 5807.1042491670@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-general

"Thomas F.O'Connell" <tfo(at)monsterlabs(dot)com> 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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2003-01-13 23:02:02 Re: FAQ hungarian translation
Previous Message Thomas F.O'Connell 2003-01-13 20:18:51 Re: GUC/postgresql.conf docs

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-01-13 22:30:12 Re: clarifying a few error messages
Previous Message Thomas F.O'Connell 2003-01-13 20:51:16 Re: clarifying a few error messages