postgres --describe-config missing metadata

From: Stuart Bishop <stuart(at)stuartbishop(dot)net>
To: PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: postgres --describe-config missing metadata
Date: 2015-07-29 13:18:48
Message-ID: CADmi=6Mxi+ZZAjq75LVizPvMF-F_DBSmSN06TbugXE49xpBPsw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)stuartbishop(dot)net>
http://www.stuartbishop.net/

Browse pgsql-bugs by date

  From Date Subject
Next Message philippe_sabaa 2015-07-29 13:35:20 BUG #13526: Out of memory when parallelised
Previous Message kumarsathishms 2015-07-29 12:13:50 BUG #13525: Database crashed with several error messages "Could not open file "pg_multixact/members/"