Re: A smaller default postgresql.conf
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Joshua Drake <jd@commandprompt.com>
Cc: Magnus Hagander <magnus@hagander.net>, Alvaro Herrera <alvherre@commandprompt.com>, Hans-Juergen Schoenig <postgres@cybertec.at>, Peter Eisentraut <peter_e@gmx.net>, pgsql-hackers@postgresql.org
Date: 2008-08-19T16:48:20Z
Lists: pgsql-hackers
Joshua Drake <jd@commandprompt.com> writes: > Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Well, why not just make a one-eighty and say that the default >> postgresql.conf is *empty* (except for whatever initdb puts into it)? > I guess it would depend on what initdb puts into it. Per the code: max_connections shared_buffers max_fsm_pages (slated to die anyway in 8.4) lc_messages lc_monetary lc_numeric lc_time datestyle default_text_search_config The first three of those are derived from probing the SHMMAX setting, and the rest are from the initdb-time locale settings. regards, tom lane