Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8136041

Browse files
committed
uninstall script for sslinfo
1 parent ad5031f commit 8136041

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

contrib/sslinfo/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MODULE_big = sslinfo
22
OBJS = sslinfo.o
33
DATA_built = sslinfo.sql
4+
DATA = uninstall_sslinfo.sql
45
DOCS = README.sslinfo
56

67
ifdef USE_PGXS

contrib/sslinfo/uninstall_sslinfo.sql

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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();

0 commit comments

Comments
 (0)