Re: SSL information view - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: SSL information view
Date
Msg-id 54AAFA70.3020207@gmx.net
Whole thread Raw
In response to Re: SSL information view  (Magnus Hagander <magnus@hagander.net>)
Responses Re: SSL information view
List pgsql-hackers
On 11/19/14 7:36 AM, Magnus Hagander wrote:
> +      <row>
> +       <entry><structname>pg_stat_ssl</><indexterm><primary>pg_stat_ssl</primary></indexterm></entry>
> +       <entry>One row per connection (regular and replication), showing statistics about
> +        SSL used on this connection.
> +        See <xref linkend="pg-stat-ssl-view"> for details.
> +       </entry>
> +      </row>
> + 

It doesn't really show "statistics".  It shows information or data.

We should make contrib/sslinfo a wrapper around this view as much as
possible.

Is it useful to include rows for sessions not using SSL?

Should we perpetuate the "ssl"-naming?  Is there a more general term?

Will this work for non-OpenSSL implementations?




pgsql-hackers by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: recovery_min_apply_delay with a negative value
Next
From: Jim Nasby
Date:
Subject: Re: Re: Patch to add functionality to specify ORDER BY in CREATE FUNCTION for SRFs