]> granicus.if.org Git - postgresql/blob - contrib/sslinfo/uninstall_sslinfo.sql
uninstall script for sslinfo
[postgresql] / contrib / sslinfo / uninstall_sslinfo.sql
1 SET search_path = public;
2
3 DROP FUNCTION ssl_client_serial();
4 DROP FUNCTION ssl_is_used();
5 DROP FUNCTION ssl_client_cert_present();
6 DROP FUNCTION ssl_client_dn_field(text);
7 DROP FUNCTION ssl_issuer_field(text);
8 DROP FUNCTION ssl_client_dn();
9 DROP FUNCTION ssl_issuer_dn();