diff options
author | Amit Kapila <akapila@postgresql.org> | 2022-09-19 14:21:39 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2022-09-19 14:21:39 +0530 |
commit | a23417790631e50f54bdcf5e40bf84e2dbd1c34b (patch) | |
tree | 3f05b012390bf88d89c6f64a71cf2124a64a49c3 /doc/src | |
parent | 08f8af983a8bd8ef78e48bab624071998a26cbb7 (diff) | |
download | postgresql-a23417790631e50f54bdcf5e40bf84e2dbd1c34b.tar.gz |
Fix typos.
Author: Hou Zhijie and Zhang Mingli
Discussion: https://postgr.es/m/OS0PR01MB57162559C01FE2848C12E8F7944D9@OS0PR01MB5716.jpnprd01.prod.outlook.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/runtime.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index c802c0c5f5..f268265a83 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -2204,7 +2204,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433 With <acronym>SSL</acronym> support compiled in, the <productname>PostgreSQL</productname> server can be started with support for encrypted connections using <acronym>TLS</acronym> protocols - enabled by by setting the parameter + enabled by setting the parameter <xref linkend="guc-ssl"/> to <literal>on</literal> in <filename>postgresql.conf</filename>. The server will listen for both normal and <acronym>SSL</acronym> connections on the same TCP port, and will negotiate |