On Tue, Jul 27, 2010 at 12:06 AM, Tom Lane wrote:
> Robert Haas writes:
>> On Mon, Jul 26, 2010 at 9:57 AM, Dave Page wrote:
>>> On Mon, Jul 26, 2010 at 2:49 PM, Robert Haas wrote:
Any objections to me committing this?
>>>
>>> Might wanna fix this first:
>>>
>>> +PG_FUNCTION_INFO_V1(ssl_ve
Robert Haas writes:
> On Mon, Jul 26, 2010 at 9:57 AM, Dave Page wrote:
>> On Mon, Jul 26, 2010 at 2:49 PM, Robert Haas wrote:
>>> Any objections to me committing this?
>>
>> Might wanna fix this first:
>>
>> +PG_FUNCTION_INFO_V1(ssl_veresion);
>> ^^
On Mon, Jul 26, 2010 at 9:57 AM, Dave Page wrote:
> On Mon, Jul 26, 2010 at 2:49 PM, Robert Haas wrote:
>> Last week, I ran across a situation where I needed to know the SSL
>> version and cipher in use for a particular database connection.
>> Magnus pointed me to contrib/sslinfo, but that didn't
On Mon, Jul 26, 2010 at 2:49 PM, Robert Haas wrote:
> Last week, I ran across a situation where I needed to know the SSL
> version and cipher in use for a particular database connection.
> Magnus pointed me to contrib/sslinfo, but that didn't have quite what
> I needed. The attached patch adds tw