mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
10 lines
273 B
MySQL
10 lines
273 B
MySQL
|
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();
|