Skip to content

Commit 1218abc

Browse files
committed
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
1 parent 971a158 commit 1218abc

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6657,22 +6657,6 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
66576657
</para>
66586658
</listitem>
66596659

6660-
<listitem>
6661-
<para>
6662-
<indexterm>
6663-
<primary><envar>PGREALM</envar></primary>
6664-
</indexterm>
6665-
<envar>PGREALM</envar> sets the Kerberos realm to use with
6666-
<productname>PostgreSQL</productname>, if it is different from the
6667-
local realm. If <envar>PGREALM</envar> is set,
6668-
<application>libpq</application> applications will attempt
6669-
authentication with servers for this realm and use separate ticket
6670-
files to avoid conflicts with local ticket files. This
6671-
environment variable is only used if Kerberos authentication is
6672-
selected by the server.
6673-
</para>
6674-
</listitem>
6675-
66766660
<listitem>
66776661
<para>
66786662
<indexterm>

0 commit comments

Comments
 (0)