mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
strict_word_similarity is similar to existing word_similarity function but it takes into account word boundaries to compute similarity. Author: Alexander Korotkov Review by: David Steele, Liudmila Mantrova, me Discussion: https://www.postgresql.org/message-id/flat/CY4PR17MB13207ED8310F847CF117EED0D85A0@CY4PR17MB1320.namprd17.prod.outlook.com
5 lines
177 B
Text
5 lines
177 B
Text
# pg_trgm extension
|
|
comment = 'text similarity measurement and index searching based on trigrams'
|
|
default_version = '1.4'
|
|
module_pathname = '$libdir/pg_trgm'
|
|
relocatable = true
|