diff options
Diffstat (limited to 'doc/src/sgml/runtime.sgml')
-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 d76e1c57105..7dada6b67f9 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1751,7 +1751,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433 (<xref linkend="ssl-tcp">). The TCP client must connect using <literal>sslmode=verify-ca</> or <literal>verify-full</> and have the appropriate root certificate - file installed (<xref linkend="libpq-connect">). + file installed (<xref linkend="libq-ssl-certificates">). </para> </sect1> |