diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2024-04-09 08:04:20 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2024-04-09 08:04:20 +0300 |
commit | e9f29233fd67bd6b6667b61c88aa1f37f61f353a (patch) | |
tree | 4bf52ee2789009ec01e08a88905f52ca8b969b17 /doc/src | |
parent | deca6ac136f4cd09280b3385dc5de3e8ec57e9ba (diff) | |
download | postgresql-e9f29233fd67bd6b6667b61c88aa1f37f61f353a.tar.gz postgresql-e9f29233fd67bd6b6667b61c88aa1f37f61f353a.zip |
Fix typo in docs
Author: Erik Rijkers
Discussion: https://www.postgresql.org/message-id/0167b1e1-676c-66ba-e857-3ad7cd84404f@xs4all.nl
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 0306a76161b..35fb346ed97 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1820,7 +1820,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname <para> Note that if <literal>gssencmode</literal> is set to <literal>prefer</literal>, a <acronym>GSS</acronym> 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 <literal>sslnegotiation</literal>. In other words, the direct SSL handshake is not used, if a TCP connection has |