2015-03-16 17:33:16 +00:00
|
|
|
{
|
2015-03-18 16:35:53 +00:00
|
|
|
"name": "hypopg",
|
|
|
|
|
"abstract": "An extension adding hypothetical indexes in PostgreSQL.",
|
2015-03-16 17:33:16 +00:00
|
|
|
"version": "__VERSION__",
|
2018-02-23 21:00:54 +00:00
|
|
|
"maintainer": "Julien Rouhaud <rjuju123@gmail.com>",
|
2015-03-16 17:33:16 +00:00
|
|
|
"license": "postgresql",
|
2016-10-24 15:21:31 +00:00
|
|
|
"release_status": "stable",
|
2015-03-16 17:33:16 +00:00
|
|
|
"provides": {
|
2015-03-18 16:35:53 +00:00
|
|
|
"hypopg": {
|
|
|
|
|
"abstract": "An extension adding hypothetical indexes in PostgreSQL.",
|
|
|
|
|
"file": "hypopg.sql",
|
2015-03-16 17:33:16 +00:00
|
|
|
"docfile": "README.md",
|
|
|
|
|
"version": "__VERSION__"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"resources": {
|
|
|
|
|
"bugtracker": {
|
2018-02-23 21:00:54 +00:00
|
|
|
"web": "http://github.com/hypopg/hypopg/issues/"
|
2015-03-16 17:33:16 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
2018-02-23 21:00:54 +00:00
|
|
|
"url": "git://github.com/hypopg/hypopg.git",
|
|
|
|
|
"web": "http://github.com/hypopg/hypopg/",
|
2015-03-16 17:33:16 +00:00
|
|
|
"type": "git"
|
|
|
|
|
}
|
|
|
|
|
},
|
2015-06-12 18:10:43 +00:00
|
|
|
"prereqs": {
|
|
|
|
|
"runtime": {
|
|
|
|
|
"requires": {
|
2015-06-24 16:24:20 +00:00
|
|
|
"PostgreSQL": "9.2.0"
|
2015-06-12 18:10:43 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2015-03-16 17:33:16 +00:00
|
|
|
"generated_by": "Julien Rouhaud",
|
|
|
|
|
"meta-spec": {
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"url": "http://pgxn.org/meta/spec.txt"
|
|
|
|
|
},
|
|
|
|
|
"tags": [
|
|
|
|
|
"index",
|
|
|
|
|
"hypothetical"
|
|
|
|
|
]
|
|
|
|
|
}
|