Re: [HACKERS] SSL cipher and version

2010-07-27 Thread Robert Haas
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

Re: [HACKERS] SSL cipher and version

2010-07-26 Thread Tom Lane
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); >>                                         ^^

Re: [HACKERS] SSL cipher and version

2010-07-26 Thread Robert Haas
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

Re: [HACKERS] SSL cipher and version

2010-07-26 Thread Dave Page
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