Default include_dir behaviour
Started by PG Bug reporting formover 4 years ago2 messagesdocs
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/13/config-setting.html
Description:
Dear postgres-team,
please consider adding a short line which clarifies what the default
behaviour of the `include_dir` paramter is if it is not set.
I am currently wondering if other .conf files in the default config
directory are included by default as well.
Thank you for your time.
Greetings,
Tobias
Re: Default include_dir behaviour
PG Doc comments form <noreply@postgresql.org> writes:
please consider adding a short line which clarifies what the default
behaviour of the `include_dir` paramter is if it is not set.
include_dir is not a parameter, it's a directive that's executed
while reading the file.
regards, tom lane