forked from ossc-db/pg_hint_plan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
45 lines (45 loc) · 1 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
41
42
43
44
45
{
"name": "pg_hint_plan17",
"abstract": "Query hints in SQL comments",
"description": "This library adds support for query hints in SQL comments in PostgreSQL 17.",
"version": "1.7.0",
"maintainer": [
"Michael Paquier <[email protected]>"
],
"license": "bsd",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": ">= 17.0.0, < 18.0.0"
}
}
},
"provides": {
"pg_hint_plan": {
"abstract": "Query hints in SQL comments",
"file": "pg_hint_plan--1.3.0.sql",
"docfile": "README.md",
"version": "1.7.0"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/ossc-db/pg_hint_plan/issues"
},
"repository": {
"url": "https://github.com/ossc-db/pg_hint_plan.git",
"web": "https://github.com/ossc-db/pg_hint_plan/",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"sql",
"plan",
"performance",
"hint"
]
}