postgres --describe-config missing metadata

Поиск
Список
Период
Сортировка
От Stuart Bishop
Тема postgres --describe-config missing metadata
Дата
Msg-id CADmi=6Mxi+ZZAjq75LVizPvMF-F_DBSmSN06TbugXE49xpBPsw@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: BUG #13523: Unexplained deadlocks (possible race condition)
Следующее
От: bobby.rullo@coreos.com
Дата:
Сообщение: BUG #13524: Not Getting expected Serialization error