diff options
author | Magnus Hagander <magnus@hagander.net> | 2017-05-26 10:58:15 -0400 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2017-05-26 11:01:39 -0400 |
commit | 1218abc47e859c3f98030558e93942636e12af0d (patch) | |
tree | f349246905305db3321f01f51fc63507a2041192 | |
parent | 971a158e67fd12af13595bc6baeda9ad2a189144 (diff) |
Remove docs mention of PGREALM variable
This variable was only used with Kerberos v4. That support was removed
in 2005, but we forgot to remove the documentation.
Noted by Shinichi Matsuda
-rw-r--r-- | doc/src/sgml/libpq.sgml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index ebaf4ea0513..14d54da43c0 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6660,22 +6660,6 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) <listitem> <para> <indexterm> - <primary><envar>PGREALM</envar></primary> - </indexterm> - <envar>PGREALM</envar> sets the Kerberos realm to use with - <productname>PostgreSQL</productname>, if it is different from the - local realm. If <envar>PGREALM</envar> is set, - <application>libpq</application> applications will attempt - authentication with servers for this realm and use separate ticket - files to avoid conflicts with local ticket files. This - environment variable is only used if Kerberos authentication is - selected by the server. - </para> - </listitem> - - <listitem> - <para> - <indexterm> <primary><envar>PGOPTIONS</envar></primary> </indexterm> <envar>PGOPTIONS</envar> behaves the same as the <xref |