Current Path : /usr/local/share/postgresql/contrib/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/share/postgresql/contrib/uninstall_sslinfo.sql |
/* $PostgreSQL: pgsql/contrib/sslinfo/uninstall_sslinfo.sql,v 1.3 2007/11/13 04:24:29 momjian Exp $ */ -- Adjust this setting to control where the objects get dropped. SET search_path = public; DROP FUNCTION ssl_client_serial(); DROP FUNCTION ssl_is_used(); DROP FUNCTION ssl_client_cert_present(); DROP FUNCTION ssl_client_dn_field(text); DROP FUNCTION ssl_issuer_field(text); DROP FUNCTION ssl_client_dn(); DROP FUNCTION ssl_issuer_dn();