doc: Add link from sslinfo to pg_stat_ssl
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 28 Jan 2019 13:28:36 +0000 (14:28 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 28 Jan 2019 13:41:38 +0000 (14:41 +0100)
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/

doc/src/sgml/sslinfo.sgml

index cda09aaafd2ebc8a8943b32b4a9c15bfbce202bb..0fde0fc10e098fd757f2daffc029ad23c7f51935 100644 (file)
   will return NULL) if the current connection does not use SSL.
  </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>.