forked from CartoDB/pg_schema_triggers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
25 lines (25 loc) · 812 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
{
"name": "pg_schema_triggers",
"abstract": "Support for event triggers on schema changes for Postgres 9.3 and higher.",
"provides": {
"schema_triggers": {
"file": "schema_triggers--0.1.sql",
"version": "0.1.0",
"abstract": "Extends CREATE EVENT TRIGGER with new events for table and column changes."
}
},
"tags": ["event triggers", "schema", "audit", "alter table"],
"version": "0.1.0",
"release_status": "testing",
"resources": {
"repository": {
"web": "https://github.com/CartoDB/pg_schema_triggers"
}
},
"maintainer": "Andrew Tipton <[email protected]>",
"license": "postgresql",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}