| From: | Ron Snyder <snyder(at)roguewave(dot)com> |
|---|---|
| To: | 'Bruce Momjian' <pgman(at)candle(dot)pha(dot)pa(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Ron Snyder <snyder(at)roguewave(dot)com>, pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: guc.c and postgresql.conf.sample constistency check |
| Date: | 2002-06-14 16:32:01 |
| Message-ID: | F888C30C3021D411B9DA00B0D0209BE803BB9AC3@cvo-exchange.cvo.roguewave.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
>
> debug_level seems to be missing from guc.c
already fixed
> fixbtree seems to be missing from postgresql.conf.sample
> pre_auth_delay seems to be missing from postgresql.conf.sample
> lc_messages seems to be missing from postgresql.conf.sample
> lc_monetary seems to be missing from postgresql.conf.sample
> lc_numeric seems to be missing from postgresql.conf.sample
> lc_time seems to be missing from postgresql.conf.sample
lc_* are added by initdb, pre_auth_delay is intentionally undocumented.
I don't know about the others.
-ron
> server_encoding seems to be missing from postgresql.conf.sample
> session_authorization seems to be missing from
> postgresql.conf.sample
>
> debug_level is removed from postgresql.conf already, replaced by
> client/server_min_messages.
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill,
> Pennsylvania 19026
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2002-06-14 16:32:26 | Re: FW: Patch for current_schemas to optionally include implicit |
| Previous Message | Bruce Momjian | 2002-06-14 16:26:58 | Re: guc.c and postgresql.conf.sample constistency checker |