Uppercase CHECK mention in relchecks documentation mention.
[PostgreSQL.git] / contrib / uuid-ossp / uninstall_uuid-ossp.sql
blobb78fe076c62c1c14410484ebf75a30e462688152
1 /* $PostgreSQL$ */
3 -- Adjust this setting to control where the objects get dropped.
4 SET search_path = public;
6 DROP FUNCTION uuid_nil();
7 DROP FUNCTION uuid_ns_dns();
8 DROP FUNCTION uuid_ns_url();
9 DROP FUNCTION uuid_ns_oid();
10 DROP FUNCTION uuid_ns_x500();
12 DROP FUNCTION uuid_generate_v1();
13 DROP FUNCTION uuid_generate_v1mc();
14 DROP FUNCTION uuid_generate_v3(namespace uuid, name text);
15 DROP FUNCTION uuid_generate_v4();
16 DROP FUNCTION uuid_generate_v5(namespace uuid, name text);