-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA.json
More file actions
executable file
·45 lines (45 loc) · 1.08 KB
/
META.json
File metadata and controls
executable file
·45 lines (45 loc) · 1.08 KB
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_dbms_errlog",
"abstract": "Extension to log DML errors to dedicated tables",
"description": "pg_dbms_errlog is a PostgreSQL extension to add Oracle like DBMS_ERRLOG feature.",
"version": "1.0",
"maintainer": "Gilles Darold <gilles@darold.net>",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"release_status": "stable",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "10.0"
}
}
},
"provides": {
"pg_dbms_errlog": {
"file": "sql/pg_dbms_errlog--2.2.sql",
"docfile": "README.md",
"version": "2.2",
"abstract": "Extension to log DML errors to dedicated tables"
}
},
"meta-spec": {
"version": "1.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"error",
"dml",
"log"
],
"resources": {
"bugtracker": {
"web": "https://github.com/HexaCluster/pg_dbms_errlog/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/HexaCluster/pg_dbms_errlog",
"web": "https://github.com/HexaCluster/pg_dbms_errlog"
}
}
}