Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3e7d94f

Browse files
doc: Document pg_trgm being case-insensitive by default
pg_trgm is by default operating case-insensitively but the docs didn'tmention that at all.Author: Erik Rijkers <er@xs4all.nl>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Reviewed-by: Daniel Gustafsson <daniel@yesql.se>Reported-by: marcmaiwald@googlemail.comDiscussion:https://postgr.es/m/166064504415.652.12724576876807446945@wrigleys.postgresql.org
1 parentd265cd2 commit3e7d94f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎doc/src/sgml/pgtrgm.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,8 @@
416416
the above-described similarity operators, and additionally support
417417
trigram-based index searches for <literal>LIKE</literal>, <literal>ILIKE</literal>,
418418
<literal>~</literal>, <literal>~*</literal> and <literal>=</literal> queries.
419+
The similarity comparisons are case-insensitive in a default build of
420+
<filename>pg_trgm</filename>.
419421
Inequality operators are not supported.
420422
Note that those indexes may not be as efficient as regular B-tree indexes
421423
for equality operator.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp