gooderp18绿色标准版
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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