Thread: [DOCS] envvar PGREALM seems no longer used

[DOCS] envvar PGREALM seems no longer used

From
smatsudajp@gmail.com
Date:
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

From
Magnus Hagander
Date:
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.

--