-
Notifications
You must be signed in to change notification settings - Fork 5
/
META.json
40 lines (40 loc) · 1.09 KB
/
META.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "tsvector2",
"abstract": "Improved tsvector type for PostgreSQL",
"description": "tsvector2 provides alternative to tsvector type with better compression and without 1MB limitation of original type",
"version": "1.0.0",
"maintainer": [
"Ildus Kurbangaliev <[email protected]>"
],
"license": "postgresql",
"resources": {
"bugtracker": {
"web": "https://github.com/postgrespro/tsvector2/issues"
},
"repository": {
"url": "https://github.com/postgrespro/tsvector2.git",
"web": "https://github.com/postgrespro/tsvector2",
"type": "git"
}
},
"generated_by": "pgpro",
"provides": {
"tsvector2": {
"file": "tsvector2--1.0.sql",
"docfile": "README.md",
"version": "1.0.0",
"abstract": "Improved tsvector type for PostgreSQL 9.6 and higher"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"tsvector",
"fulltext",
"search",
"tsvector2",
"1mb"
]
}