aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2017-05-26 10:58:15 -0400
committerMagnus Hagander <magnus@hagander.net>2017-05-26 10:59:32 -0400
commit828db4d2af0e4e4ad028e66fc3063442f5c8a5c8 (patch)
treea042fb65a7a8dec68ddb73eb16846090e2de92cc
parent2c5e3fab3ef9f9a888728c91fe2d93fdfd586e92 (diff)
downloadpostgresql-828db4d2af0e4e4ad028e66fc3063442f5c8a5c8.tar.gz
postgresql-828db4d2af0e4e4ad028e66fc3063442f5c8a5c8.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.sgml16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index bf50f286702..b438d22294d 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -6787,22 +6787,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