mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
935f666650
Obviously, in order to equality operator be satisfiable, target string must contain all the trigrams of the search string. On this base, we implement equality operator in GiST/GIN indexes with recheck. Discussion: https://postgr.es/m/CAOBaU_YWwtT7tdggtROacjdOdeYHCz-tmSwuC-j-TOG-g97J0w%40mail.gmail.com Author: Julien Rouhaud Reviewed-by: Tom Lane, Alexander Korotkov, Georgios Kokolatos, Erik Rijkers
7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
# pg_trgm extension
|
|
comment = 'text similarity measurement and index searching based on trigrams'
|
|
default_version = '1.6'
|
|
module_pathname = '$libdir/pg_trgm'
|
|
relocatable = true
|
|
trusted = true
|