Remove docs mention of PGREALM variable
authorMagnus Hagander
Fri, 26 May 2017 14:58:15 +0000 (10:58 -0400)
committerMagnus Hagander
Fri, 26 May 2017 14:59:22 +0000 (10:59 -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 3a470fefac1382a703bfb28a8b1a1ad115703cef..983cf0d386b8b7733271025110156f00ea4b17b2 100644 (file)
@@ -6891,22 +6891,6 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
      
     
 
-    
-     
-      
-       PGREALM
-      
-      PGREALM sets the Kerberos realm to use with
-      PostgreSQL, if  it is different from the
-      local realm.  If PGREALM is set,
-      libpq 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.
-     
-    
-