public inbox for [email protected]  
help / color / mirror / Atom feed
GUC/postgresql.conf docs
4+ messages / 3 participants
[nested] [flat]

* GUC/postgresql.conf docs
@ 2003-01-13 18:54 Thomas O'Connell <[email protected]>
  2003-01-13 20:05 ` Re: GUC/postgresql.conf docs Tom Lane <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Thomas O'Connell @ 2003-01-13 18:54 UTC (permalink / raw)
  To: pgsql-docs; [email protected]

is it posted anywhere which GUC variables are reset upon pg_ctl reload 
and which require a pg_ctl restart to take effect?

thanks.

-tfo



^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: GUC/postgresql.conf docs
  2003-01-13 18:54 GUC/postgresql.conf docs Thomas O'Connell <[email protected]>
@ 2003-01-13 20:05 ` Tom Lane <[email protected]>
  2003-01-13 20:18   ` Re: GUC/postgresql.conf docs Thomas F.O'Connell <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Tom Lane @ 2003-01-13 20:05 UTC (permalink / raw)
  To: Thomas O'Connell <[email protected]>; +Cc: pgsql-docs; [email protected]

"Thomas O'Connell" <[email protected]> writes:
> is it posted anywhere which GUC variables are reset upon pg_ctl reload 
> and which require a pg_ctl restart to take effect?

The ones for which the Admin Guide says "this can only be set at server
start" are in the latter class.

			regards, tom lane



^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: GUC/postgresql.conf docs
  2003-01-13 18:54 GUC/postgresql.conf docs Thomas O'Connell <[email protected]>
  2003-01-13 20:05 ` Re: GUC/postgresql.conf docs Tom Lane <[email protected]>
@ 2003-01-13 20:18   ` Thomas F.O'Connell <[email protected]>
  2003-01-13 21:01     ` Re: GUC/postgresql.conf docs Tom Lane <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Thomas F.O'Connell @ 2003-01-13 20:18 UTC (permalink / raw)
  To: Tom Lane <[email protected]>; +Cc: pgsql-docs; [email protected]

I just wanted to make sure the list was exhaustive. What of those that 
are marked "startup or postgresql.conf"? Do those respond to pg_ctl 
reload if modified in postgresql.conf while postmaster is running?

Thanks!

-tfo

On Monday, January 13, 2003, at 02:05 , Tom Lane wrote:

> "Thomas O'Connell" <[email protected]> writes:
>> is it posted anywhere which GUC variables are reset upon pg_ctl reload
>> and which require a pg_ctl restart to take effect?
>
> The ones for which the Admin Guide says "this can only be set at server
> start" are in the latter class.
>
> 			regards, tom lane




^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: GUC/postgresql.conf docs
  2003-01-13 18:54 GUC/postgresql.conf docs Thomas O'Connell <[email protected]>
  2003-01-13 20:05 ` Re: GUC/postgresql.conf docs Tom Lane <[email protected]>
  2003-01-13 20:18   ` Re: GUC/postgresql.conf docs Thomas F.O'Connell <[email protected]>
@ 2003-01-13 21:01     ` Tom Lane <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Tom Lane @ 2003-01-13 21:01 UTC (permalink / raw)
  To: Thomas F.O'Connell <[email protected]>; +Cc: pgsql-docs; [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




^ permalink  raw  reply  [nested|flat] 4+ messages in thread


end of thread, other threads:[~2003-01-13 21:01 UTC | newest]

Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2003-01-13 18:54 GUC/postgresql.conf docs Thomas O'Connell <[email protected]>
2003-01-13 20:05 ` Tom Lane <[email protected]>
2003-01-13 20:18   ` Thomas F.O'Connell <[email protected]>
2003-01-13 21:01     ` Tom Lane <[email protected]>

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