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
536B

  1. /* contrib/pg_trgm/pg_trgm--1.0--1.1.sql */
  2. -- complain if script is sourced in psql, rather than via ALTER EXTENSION
  3. \echo Use "ALTER EXTENSION pg_trgm UPDATE TO '1.1'" to load this file. \quit
  4. ALTER OPERATOR FAMILY gist_trgm_ops USING gist ADD
  5. OPERATOR 5 pg_catalog.~ (text, text),
  6. OPERATOR 6 pg_catalog.~* (text, text);
  7. ALTER OPERATOR FAMILY gin_trgm_ops USING gin ADD
  8. OPERATOR 5 pg_catalog.~ (text, text),
  9. OPERATOR 6 pg_catalog.~* (text, text);
上海开阖软件有限公司 沪ICP备12045867号-1