On Thu, Jul 13, 2017 at 12:53 PM, <vode...@gmail.com> wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/config-setting.html > Description: > > > The already-mentioned ALTER SYSTEM command provides a SQL-accessible > means > of changing global defaults; it is functionally equivalent to editing > postgresql.conf > > Should not it be ...to editing postgresql.auto.conf?.. I know user is not > supposed to edit postgresql.auto.conf but this is what ALTER SYSTEM does, > not touching the postgres.conf - isn't is confusing in manual?..
The documentation looks correctly shaped to me per this paragraph above the one you mention here: In addition to postgresql.conf, a PostgreSQL data directory contains a file postgresql.auto.conf, which has the same format as postgresql.conf but should never be edited manually. So, citing postgresql.conf, which can be edited manually, looks correct to me. -- Michael -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs