mirror of
https://github.com/postgres/postgres.git
synced 2026-03-31 14:56:49 -04:00
to make it faster to implement indexed queries where some keys are common and some are rare. Patch by Jeff Janes
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.2'
|
|
module_pathname = '$libdir/pg_trgm'
|
|
relocatable = true
|