From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
Cc: | Bernd Helmle <mailings(at)oopsware(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: SSL information view |
Date: | 2015-01-05 20:56:16 |
Message-ID: | 54AAFA70.3020207@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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?
From | Date | Subject | |
---|---|---|---|
Next Message | Jim Nasby | 2015-01-05 20:59:43 | Re: Re: Patch to add functionality to specify ORDER BY in CREATE FUNCTION for SRFs |
Previous Message | Petr Jelinek | 2015-01-05 20:38:01 | Re: recovery_min_apply_delay with a negative value |