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.

18 lines
525B

  1. /* contrib/hstore/hstore--1.2--1.3.sql */
  2. -- complain if script is sourced in psql, rather than via ALTER EXTENSION
  3. \echo Use "ALTER EXTENSION hstore UPDATE TO '1.3'" to load this file. \quit
  4. CREATE FUNCTION hstore_to_jsonb(hstore)
  5. RETURNS jsonb
  6. AS 'MODULE_PATHNAME', 'hstore_to_jsonb'
  7. LANGUAGE C IMMUTABLE STRICT;
  8. CREATE CAST (hstore AS jsonb)
  9. WITH FUNCTION hstore_to_jsonb(hstore);
  10. CREATE FUNCTION hstore_to_jsonb_loose(hstore)
  11. RETURNS jsonb
  12. AS 'MODULE_PATHNAME', 'hstore_to_jsonb_loose'
  13. LANGUAGE C IMMUTABLE STRICT;
上海开阖软件有限公司 沪ICP备12045867号-1