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:59:44 -0400 |
commit | d192a19799a97de20ca9424df17cb211648ba94d (patch) | |
tree | 7462c17c52ac4cb72d63cc81deb5351780f0ca6c | |
parent | a3043d363483a85044446137a5fccc6b3698f868 (diff) | |
download | postgresql-d192a19799a97de20ca9424df17cb211648ba94d.tar.gz postgresql-d192a19799a97de20ca9424df17cb211648ba94d.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 3b02801519d..dabc36a543f 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6654,22 +6654,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 |