]> pd.if.org Git - uuid/blobdiff - postgres/pduuid--1.0--1.0.1.sql
mark functions as immutable
[uuid] / postgres / pduuid--1.0--1.0.1.sql
diff --git a/postgres/pduuid--1.0--1.0.1.sql b/postgres/pduuid--1.0--1.0.1.sql
new file mode 100644 (file)
index 0000000..26057b0
--- /dev/null
@@ -0,0 +1,9 @@
+alter function uuid_nil() immutable;
+alter function uuid_ns_dns() immutable;
+alter function uuid_ns_oid() immutable;
+alter function uuid_ns_url() immutable;
+alter function uuid_ns_x500() immutable;
+alter function uuid_url(text) immutable;
+alter function uuid_dns(text) immutable;
+alter function uuid_oid(text) immutable;
+alter function uuid_x500(text) immutable;