postgresql/contrib/pg_trgm/pg_trgm.control
Teodor Sigaev 97f3014647 This supports the triconsistent function for pg_trgm GIN opclass
to make it faster to implement indexed queries where some keys are
common and some are rare.

Patch by Jeff Janes
2015-07-20 18:18:48 +03:00

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