From e9f29233fd67bd6b6667b61c88aa1f37f61f353a Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 9 Apr 2024 08:04:20 +0300 Subject: [PATCH] Fix typo in docs Author: Erik Rijkers Discussion: https://www.postgresql.org/message-id/0167b1e1-676c-66ba-e857-3ad7cd84404f@xs4all.nl --- doc/src/sgml/libpq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 0306a76161..35fb346ed9 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1820,7 +1820,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname Note that if gssencmode is set to prefer, a GSS connection is - attempted first. If the server ejectes GSS encryption, SSL is + attempted first. If the server rejects GSS encryption, SSL is negotiated over the same TCP connection using the traditional postgres protocol, regardless of sslnegotiation. In other words, the direct SSL handshake is not used, if a TCP connection has