forked from okbob/plpgsql_check
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
45 lines (45 loc) · 1.33 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": "plpgsql_check",
"abstract": "Additional tools for plpgsql functions validation",
"description": "The plpgsql_check is PostgreSQL extension with functionality for direct or indirect extra validation of functions in plpgsql language. It verifies a validity of SQL identifiers used in plpgsql code. It try to identify a performance issues.",
"version": "1.2.2",
"maintainer": "Pavel STEHULE <[email protected]>",
"license": "bsd",
"provides": {
"plpgsql_check": {
"abstract": "Additional tools for plpgsql functions validation",
"file": "sql/plpgsql_check_active.sql",
"docfile": "README.md",
"version": "1.2.2"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.10",
"plpgsql": 0
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/okbob/plpgsql_check/issues/"
},
"repository": {
"url": "git://github.com/okbob/plpgsql_check.git",
"web": "https://github.com/okbob/plpgsql_check/",
"type": "git"
}
},
"generated_by": "David E. Wheeler",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"plpgsql",
"analyzer",
"validate",
"development"
]
}