mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 14:07:46 -04:00
9 lines
273 B
SQL
9 lines
273 B
SQL
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();
|