Re: [HACKERS] [PATCHES] Contrib module to examine client certificate

2006-09-01 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes:
> I assume this is something we want in /contrib, right?

Peter posted an updated version, I believe.

regards, tom lane

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


Re: [HACKERS] [PATCHES] Contrib module to examine client certificate

2006-08-23 Thread Peter Eisentraut
Am Dienstag, 22. August 2006 02:52 schrieb Bruce Momjian:
> This seems like a nice /contrib module.
>
> Your patch has been added to the PostgreSQL unapplied patches list at:
>
>   http://momjian.postgresql.org/cgi-bin/pgpatches
>
> It will be applied as soon as one of the PostgreSQL committers reviews
> and approves it.

I have cleaned up this patch a little.  I have changed all the function 
signatures from varchar to text, fixed up the formatting and packaging a 
little, and renamed it to just "sslinfo".

Note to the author:  Whitespace is free.  Use it. :)

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


sslinfo.diff.bz2
Description: BZip2 compressed data

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match