Обсуждение: [DOCS] envvar PGREALM seems no longer used

Поиск
Список
Период
Сортировка

[DOCS] envvar PGREALM seems no longer used

От
smatsudajp@gmail.com
Дата:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/libpq-envars.html
Description:

Environment variable PGREALM seems to have been removed 12 years ago, but it
still exists in the documentation.

https://github.com/postgres/postgres/commit/a159ad30489acb7aeb35d95de805f81c64d07966


Re: [DOCS] envvar PGREALM seems no longer used

От
Magnus Hagander
Дата:
On Thu, May 25, 2017 at 11:31 PM, <smatsudajp@gmail.com> wrote:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/libpq-envars.html
Description:

Environment variable PGREALM seems to have been removed 12 years ago, but it
still exists in the documentation.

https://github.com/postgres/postgres/commit/a159ad30489acb7aeb35d95de805f81c64d07966

Interesting. That one has clearly not been around for a long time yeah. Interestingly enough it was updated to refer to GSSAPI, but it seems it was never actually supported on the GSSAPI authentication.

Good spot! Fix applied and backpatched.

--