X-Git-Url: https://pd.if.org/git/?p=uuid;a=blobdiff_plain;f=postgres%2Fpduuid--1.0--1.0.1.sql;fp=postgres%2Fpduuid--1.0--1.0.1.sql;h=26057b00df010c9f74f2881d87aa50acf4755444;hp=0000000000000000000000000000000000000000;hb=5394807cb2d9c07c8689d3f48c9b05d20c44beb4;hpb=c79f8a942740ec85af61103024b649174913f126 diff --git a/postgres/pduuid--1.0--1.0.1.sql b/postgres/pduuid--1.0--1.0.1.sql new file mode 100644 index 0000000..26057b0 --- /dev/null +++ b/postgres/pduuid--1.0--1.0.1.sql @@ -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;