Re: A smaller default postgresql.conf

From: Joshua Drake <jd(at)commandprompt(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, pgsql-hackers(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>, Magnus Hagander <magnus(at)hagander(dot)net>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Hans-Juergen Schoenig <postgres(at)cybertec(dot)at>
Subject: Re: A smaller default postgresql.conf
Date: 2008-08-20 04:27:10
Message-ID: 20080819212710.75b200ff@jd-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 20 Aug 2008 00:10:35 -0400 (EDT)
Bruce Momjian <bruce(at)momjian(dot)us> wrote:

> > Another option would be to break up the conf like the above but do
> > not include any of them in the main postgresql.conf (which is how I
> > would argue it should be done). Thus if you want to modify logging,
> > you "include" it in the postgresql.conf but you make your
> > adjustments in logging.conf.
>
> The problem then is that they modify the logging.conf file and then
> wonder why the change doesn't take effect.

Well we have that problem already :)

Joshua D. Drake

--
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2008-08-20 05:18:48 Re: Re: [COMMITTERS] pgsql: Make the pg_stat_activity view call a SRF
Previous Message Bruce Momjian 2008-08-20 04:10:35 Re: A smaller default postgresql.conf