diff options
author | Amit Kapila <akapila@postgresql.org> | 2022-09-26 09:26:47 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2022-09-26 09:26:47 +0530 |
commit | 15113bfb467a84688744b57b74a14550878d0224 (patch) | |
tree | 94389b67a213535b4b6cd0a0e345baf698c6d745 /doc/src | |
parent | c82766c0298a6c73b1e768b9239288d96879286e (diff) | |
download | postgresql-15113bfb467a84688744b57b74a14550878d0224.tar.gz postgresql-15113bfb467a84688744b57b74a14550878d0224.zip |
Doc: Remove the use of a duplicate word.
This has been removed in HEAD by commit a234177906, so doing just backpatch
to 15 where it was introduced in commit 860ea46ba7.
Author: 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 c9b3ea43054..a8c05bbd9d8 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -2223,7 +2223,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 |