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
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