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.

13 lignes
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