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.

13 lines
449B

  1. /* contrib/ltree_plpython/ltree_plpython2u--1.0.sql */
  2. -- complain if script is sourced in psql, rather than via CREATE EXTENSION
  3. \echo Use "CREATE EXTENSION ltree_plpython2u" to load this file. \quit
  4. CREATE FUNCTION ltree_to_plpython2(val internal) RETURNS internal
  5. LANGUAGE C STRICT IMMUTABLE
  6. AS 'MODULE_PATHNAME', 'ltree_to_plpython';
  7. CREATE TRANSFORM FOR ltree LANGUAGE plpython2u (
  8. FROM SQL WITH FUNCTION ltree_to_plpython2(internal)
  9. );
上海开阖软件有限公司 沪ICP备12045867号-1