forked from dblugeon/pgaudit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
50 lines (50 loc) · 1.25 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
46
47
48
49
50
{
"name": "pgaudit",
"abstract": "An auditing extension for PostgreSQL",
"version": "1.0.0",
"release_status": "stable",
"maintainer": [
"Abhijit Menon-Sen <[email protected]>",
"Ian Barwick <[email protected]>"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.0"
}
}
},
"provides": {
"pgaudit": {
"abstract": "An auditing extension for PostgreSQL",
"file": "pgaudit--1.0.0.sql",
"docfile": "README.md",
"version": "1.0.0"
}
},
"resources": {
"repository": {
"url": "git://github.com/2ndQuadrant/pgaudit.git",
"web": "https://github.com/2ndQuadrant/pgaudit",
"type": "git"
},
"bugtracker": {
"web": "https://github.com/2ndQuadrant/pgaudit/issues"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"generated_by": "Ian Barwick",
"tags": [
"audit",
"auditing",
"logging",
"pgaudit",
"pg_audit"
]
}