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
@@ -6784,22 +6784,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.
-
-
-