gooderp18绿色标准版
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

16 lignes
853B

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