-
Notifications
You must be signed in to change notification settings - Fork 15
/
META.json
29 lines (29 loc) · 893 Bytes
/
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
{
"name": "pg_proctab",
"abstract": "Access operating system process tables from PostgreSQL",
"description": "pg_proctab is a collection of stored functions that can access the operating systems process table so that system statitics can be queried through the database.",
"version": "0.0.9",
"maintainer": "Mark Wong",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"pg_proctab": {
"abstract": "Operating system process table",
"file": "sql/pg_proctab.sql",
"version": "0.0.9"
}
},
"resources": {
"repository": {
"url": "git://git.postgresql.org/git/pg_proctab.git",
"type": "git"
}
},
"release_status": "testing",
"generated_by": "Mark Wong",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}