aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2024-04-24 10:54:36 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2024-04-24 10:54:36 +0200
commit91d6429fad55f0e440643993754216614a9f6b11 (patch)
treee6edda212c9f978b6d5d88e4d552149e74a7176a /doc/src
parent256b4b060614f4e54e49bb43a54404af4f1ef61d (diff)
downloadpostgresql-91d6429fad55f0e440643993754216614a9f6b11.tar.gz
postgresql-91d6429fad55f0e440643993754216614a9f6b11.zip
Doc: Use past tense for things which happened in the past
The paragraph on SSL compression is largely describing events which took place many years ago, so reword with past tense. Reviewed-by: Peter Eisentraut <peter@eisentraut.org> Reviewed-by: Michael Paquier <michael@paquier.xyz> Discussion: https://postgr.es/m/eac70d46-e61c-4d71-a1e1-78e2bfa19485@eisentraut.org
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/libpq.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 9199d0d2e58..0db3667fdf2 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1840,11 +1840,11 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
<para>
SSL compression is nowadays considered insecure and its use is no
- longer recommended. <productname>OpenSSL</productname> 1.1.0 disables
+ longer recommended. <productname>OpenSSL</productname> 1.1.0 disabled
compression by default, and many operating system distributions
- disable it in prior versions as well, so setting this parameter to on
+ disabled it in prior versions as well, so setting this parameter to on
will not have any effect if the server does not accept compression.
- <productname>PostgreSQL</productname> 14 disables compression
+ <productname>PostgreSQL</productname> 14 disabled compression
completely in the backend.
</para>