Remove docs mention of PGREALM variable
authorMagnus Hagander <magnus@hagander.net>
Fri, 26 May 2017 14:58:15 +0000 (10:58 -0400)
committerMagnus Hagander <magnus@hagander.net>
Fri, 26 May 2017 14:58:15 +0000 (10:58 -0400)
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

doc/src/sgml/libpq.sgml

index 493cc12d61e438bb81f9fbab39e11958f135331f..23e6f1c3dcd6ad35abf454d6e21e4a99a90f31f0 100644 (file)
@@ -7009,22 +7009,6 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
      </para>
     </listitem>
 
-    <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 GSSAPI authentication is
-      selected by the server.
-     </para>
-    </listitem>
-
     <listitem>
      <para>
       <indexterm>