Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8136041

Browse files
committed
uninstall script for sslinfo
1 parentad5031f commit8136041

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
ifdefUSE_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+
DROPFUNCTION ssl_client_serial();
4+
DROPFUNCTION ssl_is_used();
5+
DROPFUNCTION ssl_client_cert_present();
6+
DROPFUNCTION ssl_client_dn_field(text);
7+
DROPFUNCTION ssl_issuer_field(text);
8+
DROPFUNCTION ssl_client_dn();
9+
DROPFUNCTION ssl_issuer_dn();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp