diff options
author | Magnus Hagander <magnus@hagander.net> | 2017-05-26 10:58:15 -0400 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2017-05-26 10:58:15 -0400 |
commit | 9c34a05b7d2304eac3fdc5e9db9fcd0d7c72883f (patch) | |
tree | 7611e3b3e3c0ca239356d12602382964a5b1b4cf | |
parent | 08aa5506948e010dacaa344074063ccd0ecc3b21 (diff) | |
download | postgresql-9c34a05b7d2304eac3fdc5e9db9fcd0d7c72883f.tar.gz postgresql-9c34a05b7d2304eac3fdc5e9db9fcd0d7c72883f.zip |
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 493cc12d61e..23e6f1c3dcd 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7012,22 +7012,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 GSSAPI 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 |