Re: [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 1: if posting/reading through Usen

Re: [PATCHES] Contrib module to examine client certificate

2006-09-01 Thread Bruce Momjian
I assume this is something we want in /contrib, right? --- Victor B. Wagner wrote: > Following patch provides new contrib module pgsslinfo, which contains > several server-side functions, which allow to examine information a

Re: [PATCHES] Contrib module to examine client certificate

2006-08-21 Thread 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. ---