File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " pg_pathman" ,
3+ "abstract" : " Improved tsvector type for PostgreSQL" ,
4+ "description" : " tsvector2 provides alternative to tsvector type with better compression and without 1MB limitation of original type" ,
5+ "version" : " 1.0" ,
6+ "maintainer" : [
7+ " Ildus Kurbangaliev <i.kurbangaliev@gmail.com>"
8+ ],
9+ "license" : " postgresql" ,
10+ "resources" : {
11+ "bugtracker" : {
12+ "web" : " https://github.com/postgrespro/tsvector2/issues"
13+ },
14+ "repository" : {
15+ "url" : " https://github.com/postgrespro/tsvector2.git" ,
16+ "web" : " https://github.com/postgrespro/tsvector2" ,
17+ "type" : " git"
18+ }
19+ },
20+ "generated_by" : " pgpro" ,
21+ "provides" : {
22+ "tsvector2" : {
23+ "file" : " tsvector2--1.0.sql" ,
24+ "docfile" : " README.md" ,
25+ "version" : " 1.0" ,
26+ "abstract" : " Improved tsvector type for PostgreSQL 9.6 and higher"
27+ }
28+ },
29+ "meta-spec" : {
30+ "version" : " 1.0.0" ,
31+ "url" : " http://pgxn.org/meta/spec.txt"
32+ },
33+ "tags" : [
34+ " tsvector" ,
35+ " fulltext" ,
36+ " search" ,
37+ " tsvector2" ,
38+ " 1mb"
39+ ]
40+ }
You can’t perform that action at this time.
0 commit comments