gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
688B

  1. /* contrib/uuid-ossp/uuid-ossp--1.0--1.1.sql */
  2. -- complain if script is sourced in psql, rather than via ALTER EXTENSION
  3. \echo Use "ALTER EXTENSION uuid-ossp UPDATE TO '1.1'" to load this file. \quit
  4. ALTER FUNCTION uuid_nil() PARALLEL SAFE;
  5. ALTER FUNCTION uuid_ns_dns() PARALLEL SAFE;
  6. ALTER FUNCTION uuid_ns_url() PARALLEL SAFE;
  7. ALTER FUNCTION uuid_ns_oid() PARALLEL SAFE;
  8. ALTER FUNCTION uuid_ns_x500() PARALLEL SAFE;
  9. ALTER FUNCTION uuid_generate_v1() PARALLEL SAFE;
  10. ALTER FUNCTION uuid_generate_v1mc() PARALLEL SAFE;
  11. ALTER FUNCTION uuid_generate_v3(uuid, text) PARALLEL SAFE;
  12. ALTER FUNCTION uuid_generate_v4() PARALLEL SAFE;
  13. ALTER FUNCTION uuid_generate_v5(uuid, text) PARALLEL SAFE;
上海开阖软件有限公司 沪ICP备12045867号-1