Re: [GENERAL] [ADMIN] 8.3.4 rpms for Opensuse10.3 64bit

2008-10-01 Thread Michael Monnerie
On Dienstag, 23. September 2008 Simon Riggs wrote: > maintaining postgreSQL Thanks for your work Peter, I hope your updates will be found on http://download.opensuse.org/repositories/server:/database:/postgresql/ also, where the "official" updates are. mfg zmi -- // Michael Monnerie, Ing.BSc

[ADMIN] ssl-info, enforcing list of common-names

2008-10-01 Thread Craig Perras
Hi - A couple things. I noticed that these two functions return NULL (or empty string): select ssl_issuer_dn(); select ssl_client_dn(); However, I can get specific fields: select '/CN=' || ssl_issuer_field('commonName') || '/C=' || ssl_issuer_field('countryName') || '/O=' || ssl_issuer_f