Re: Replace PG_AUTOCONF_FILENAME with parameter - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Replace PG_AUTOCONF_FILENAME with parameter
Date
Msg-id 20181005064745.GC14664@paquier.xyz
Whole thread Raw
In response to Replace PG_AUTOCONF_FILENAME with parameter  (Jonathan Jacobson <jonjac@gmail.com>)
List pgsql-hackers
On Fri, Oct 05, 2018 at 09:39:03AM +0300, Jonathan Jacobson wrote:
> As opposed to config_file, hba_file, etc. the name and location of the
> autoconfig file is fixed to $PGDATA/postgresql.auto.conf (guc.h)
>
> The static name also appears in some other locations, such as
> pg_basebackup, pg_rewind & initdb.c.
>
> New feature suggestion: Allow to set the file's location, as with hba_file
> and ident_file.
>
> Would be glad to make it my contribution to the code.

Could you explain what is your use-case? postgresql.auto.conf is used
internally by Postgres to store information from ALTER SYSTEM, and is
not something aimed at being available externally.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Jonathan Jacobson
Date:
Subject: Replace PG_AUTOCONF_FILENAME with parameter
Next
From: Michael Paquier
Date:
Subject: Re: partition tree inspection functions