From: Peter Eisentraut Date: Mon, 28 Jan 2019 13:28:36 +0000 (+0100) Subject: doc: Add link from sslinfo to pg_stat_ssl X-Git-Tag: REL_12_BETA1~854 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcf3f00be515c1da76b1d88923d01a78862467d3;p=postgresql doc: Add link from sslinfo to pg_stat_ssl Reviewed-by: Kyotaro HORIGUCHI Discussion: https://www.postgresql.org/message-id/flat/398754d8-6bb5-c5cf-e7b8-22e5f0983caf@2ndquadrant.com/ --- diff --git a/doc/src/sgml/sslinfo.sgml b/doc/src/sgml/sslinfo.sgml index cda09aaafd..0fde0fc10e 100644 --- a/doc/src/sgml/sslinfo.sgml +++ b/doc/src/sgml/sslinfo.sgml @@ -14,6 +14,11 @@ will return NULL) if the current connection does not use SSL. + + Some of the information available through this module can also be obtained + using the built-in system view . + + This extension won't build at all unless the installation was configured with --with-openssl.