Re: GUC context information in the document.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GUC context information in the document.
Дата
Msg-id 24663.1427828828@sss.pgh.pa.us
обсуждение исходный текст
Ответ на GUC context information in the document.  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Ответы Re: GUC context information in the document.  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Список pgsql-hackers
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> writes:
> If I'm not missing anyting, putting stereotyped information about
> GUC contexts like following would be usable.

>> share_buffers (integer), (effective after server restart)

>> log_destination (string), (effetive after config reload)

>> log_min_duration_statement (integer), (effective in-session, superuser only)

>> DateStyle (string), (effective in-session)

> What do you think about this?

TBH, those don't seem like improvements over the existing boilerplate
texts, particularly not the last two.

I follow the general idea of getting rid of the boilerplate sentences
in favor of an annotation similar to the variable datatype notations;
but such annotations would have to be *very* carefully wordsmithed
to be both precise and understandable yet brief enough to fit ... and
these are not.  I'm not sure such a goal is possible at all.

If we were to go in this direction, I'd favor just annotating with
the same context keywords that we already expose to users in the
pg_settings view, ie more like
shared_buffers (integer, postmaster context)

and then we'd need some introductory text in section 18.1 that defines
these keywords.  Maybe we could move the text about them that's currently
associated with the pg_settings view (section 48.69 ATM).

But TBH, I'm not sure that anything like this would reduce the number
of questions.  It's basically relying on the assumption that people would
read section 18.1 before asking, and that's a shaky assumption.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: PATCH: adaptive ndistinct estimator v4
Следующее
От: Peter Eisentraut
Дата:
Сообщение: clang -fsanitize=undefined error in ecpg