mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-11 19:20:40 +08:00
97f3014647
to make it faster to implement indexed queries where some keys are common and some are rare. Patch by Jeff Janes
6 lines
177 B
Plaintext
6 lines
177 B
Plaintext
# pg_trgm extension
|
|
comment = 'text similarity measurement and index searching based on trigrams'
|
|
default_version = '1.2'
|
|
module_pathname = '$libdir/pg_trgm'
|
|
relocatable = true
|