Re: GUC and postgresql.conf docs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: GUC and postgresql.conf docs
Date: 2003-05-12 17:31:51
Message-ID: 10203.1052760711@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Josh Berkus <josh(at)agliodbs(dot)com> writes:
> Can I aassume that any setting documented under "3.4. Run-time Configuration"
> is a GUC variable modifiable through a SET statement? If not, where can I
> find documenation on which .conf settings are GUC variables and which are
> not?

Use the source, Luke.

The tables in src/backend/utils/misc/guc.c are the authoritative reference.
Read the comments in src/include/utils/guc.h first.

Yes, everything in postgresql.conf is a GUC variable; but I think there
may be some GUC variables that were omitted from postgresql.conf.
Hopefully intentionally, not by oversight ...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-05-12 17:35:07 LIKE indexing proposal
Previous Message Josh Berkus 2003-05-12 17:20:19 GUC and postgresql.conf docs

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2003-05-12 17:37:07 Re: patch src/bin/psql/help.c
Previous Message Tom Lane 2003-05-12 17:21:12 Re: SQL99 CREATE TABLE ... (LIKE parent_table)