postgresql/contrib/sslinfo/uninstall_sslinfo.sql

15 lines
440 B
MySQL
Raw Normal View History

2010-09-20 22:08:53 +02:00
/* contrib/sslinfo/uninstall_sslinfo.sql */
-- Adjust this setting to control where the objects get dropped.
2006-09-30 20:24:19 +02:00
SET search_path = public;
DROP FUNCTION ssl_client_serial();
DROP FUNCTION ssl_is_used();
DROP FUNCTION ssl_cipher();
DROP FUNCTION ssl_version();
2006-09-30 20:24:19 +02:00
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();