diff options
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 |