Re: Improve documentation about include_dir parameter.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Emanuel Araújo <eacshm(at)gmail(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Improve documentation about include_dir parameter.
Date: 2019-04-17 22:12:32
Message-ID: 20190417221232.ljrgarcki57xufqe@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Fri, Apr 12, 2019 at 01:40:25PM -0400, Bruce Momjian wrote:
> On Tue, Apr 9, 2019 at 10:23:37AM -0300, Emanuel Araújo wrote:
> > Hi,
> >
> > when I choose conf files instead of postgresql.conf I needed uncomment
> > "include_dir" parameter in postgresql.conf to work fine.  It is a exception
> > over defaults parameters in postgresql.conf.
> >
> > Documentation don't explain that.
> >
> > How can submit improve patch in documentation about that.
>
> I see your point. In every other case, when you see a setting and value
> in postgresql.conf, the value is the _default_. However in this case:
>
> #include_dir = 'conf.d'
>
> 'conf.d' is not the default, and you have to remove the comment to use
> 'conf.d' as a configuration directory.
>
> This is not mentioned in the docs. However, I think the problem is not
> the docs, but rather postgresql.conf.sample. The attached patch fixes
> this, and I assume it should be backpatched, based on previous
> discussions of backpatching this file.

Patch applied back through 9.4. Thanks for the report.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2019-04-17 22:30:05 Re: typo in tableam docs
Previous Message Bruce Momjian 2019-04-17 22:01:44 Re: Clarification to pg_upgrade docs on reverting to old cluster