Statements (18)
Predicate | Object |
---|---|
gptkbp:instanceOf |
PostgreSQL extension
|
gptkbp:availableOn |
gptkb:PostgreSQL
|
gptkbp:can_be_installed_with |
CREATE EXTENSION pg_trgm;
|
gptkbp:documentation |
https://www.postgresql.org/docs/current/pgtrgm.html
|
gptkbp:function |
show_trgm(text)
similarity(text, text) |
https://www.w3.org/2000/01/rdf-schema#label |
pg trgm extension
|
gptkbp:operator |
% (similarity operator)
<-> (distance operator) |
gptkbp:provides |
index support for similarity searches
similarity operators trigram matching functions |
gptkbp:supports |
gptkb:GIN_indexes
gptkb:GiST_indexes |
gptkbp:usedFor |
fuzzy string matching
text search optimization |
gptkbp:bfsParent |
gptkb:PostgreSQL
|
gptkbp:bfsLayer |
5
|