Re: pgsql: Make it possible to change Kerberos/GSSAPI parameters without

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pgsql: Make it possible to change Kerberos/GSSAPI parameters without
Дата
Msg-id 49649E5D.3040208@hagander.net
обсуждение исходный текст
Ответ на Re: pgsql: Make it possible to change Kerberos/GSSAPI parameters without  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Tom Lane wrote:
> mha@postgresql.org (Magnus Hagander) writes:
>> Log Message:
>> -----------
>> Make it possible to change Kerberos/GSSAPI parameters without restarting
>> the postmaster. They are only used in backend processes, so it's just
>> a matter of re-labeling the GUCs.
>
> Please use the appropriate phraseology for SIGHUP parameters, namely
>
>         This parameter can only be set in the <filename>postgresql.conf</>
>         file or on the server command line.

Done.

There may be a few more around that area that actually needs that done..

Being someone who really doesn't know the docbook stuff - is there any
way to "template" these things? So we could just use a custom tag that
would expand into the full set of SGML tags to document a single config
option?

//Magnus


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

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Add appropriate text for SIGHUP parameters instead of just
Следующее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname