diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-01-28 14:28:36 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-01-28 14:41:38 +0100 |
commit | bcf3f00be515c1da76b1d88923d01a78862467d3 (patch) | |
tree | 816e72ed4dfba04fcd8fe96537d9a73a3a208f64 | |
parent | 23349b18d92d0dd522da17917bb5231f37a87d88 (diff) | |
download | postgresql-bcf3f00be515c1da76b1d88923d01a78862467d3.tar.gz postgresql-bcf3f00be515c1da76b1d88923d01a78862467d3.zip |
doc: Add link from sslinfo to pg_stat_ssl
Reviewed-by: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
Discussion: https://www.postgresql.org/message-id/flat/398754d8-6bb5-c5cf-e7b8-22e5f0983caf@2ndquadrant.com/
-rw-r--r-- | doc/src/sgml/sslinfo.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/sslinfo.sgml b/doc/src/sgml/sslinfo.sgml index cda09aaafd2..0fde0fc10e0 100644 --- a/doc/src/sgml/sslinfo.sgml +++ b/doc/src/sgml/sslinfo.sgml @@ -15,6 +15,11 @@ </para> <para> + Some of the information available through this module can also be obtained + using the built-in system view <xref linkend="pg-stat-ssl-view"/>. + </para> + + <para> This extension won't build at all unless the installation was configured with <literal>--with-openssl</literal>. </para> |