|
2 | 2 | "name":"JsQuery", |
3 | 3 | "abstract":"JSON Query Language with GIN indexing support", |
4 | 4 | "description":"JsQuery provides additional functionality for JSONB, such as a simple and effective way to search in nested objects and arrays, and more comparison operators with index support. It does this by implementing a specialized search syntax, the @@ operator, and the jsquery type for search strings.", |
5 | | -"version":"1.0.1", |
| 5 | +"version":"1.1.1", |
6 | 6 | "maintainer": [ |
7 | 7 | "Teodor Sigaev <teodor@sigaev.ru>", |
8 | 8 | "Alexander Korotkov <aekorotkov@gmail.com>", |
|
14 | 14 | "prereqs": { |
15 | 15 | "runtime": { |
16 | 16 | "requires": { |
17 | | -"PostgreSQL":"9.4.0" |
| 17 | +"PostgreSQL":"9.4" |
18 | 18 | }, |
19 | 19 | "recommends": { |
20 | | -"PostgreSQL":"9.6.5" |
| 20 | +"PostgreSQL":"10.0" |
21 | 21 | } |
22 | 22 | } |
23 | 23 | }, |
24 | 24 | "provides": { |
25 | 25 | "jsquery": { |
26 | 26 | "file":"sql/jsquery.sql", |
27 | 27 | "docfile":"README.md", |
28 | | -"version":"1.0.1", |
| 28 | +"version":"1.1.1", |
29 | 29 | "abstract":"JSON query language with GIN indexing support" |
30 | 30 | } |
31 | 31 | }, |
|
42 | 42 | }, |
43 | 43 | "generated_by":"Josh Berkus", |
44 | 44 | "meta-spec": { |
45 | | -"version":"1.0.0", |
| 45 | +"version":"1.1.1", |
46 | 46 | "url":"http://pgxn.org/meta/spec.txt" |
47 | 47 | }, |
48 | 48 | "tags": [ |
|