postgres --describe-config missing metadata - Mailing list pgsql-bugs

From Stuart Bishop
Subject postgres --describe-config missing metadata
Date
Msg-id CADmi=6Mxi+ZZAjq75LVizPvMF-F_DBSmSN06TbugXE49xpBPsw@mail.gmail.com
Whole thread Raw
List pgsql-bugs
postgres --describe-config  provides most of the configuration
metadata required to validate postgresql.conf settings or generate
configuration forms.

However, it is missing two important pieces of metadata. The unit of
measurement (needed to make sense of min_value, max_value and the
default value), and the allowed enum values.

Both of these are exposed in pg_settings, but alas this required
PostgreSQL to actually be running to access.

--
Stuart Bishop <stuart@stuartbishop.net>
http://www.stuartbishop.net/

pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #13523: Unexplained deadlocks (possible race condition)
Next
From: bobby.rullo@coreos.com
Date:
Subject: BUG #13524: Not Getting expected Serialization error