-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA.json
34 lines (34 loc) · 1008 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
30
31
32
33
34
{
"name": "connection_limits",
"abstract": "Allows you to set connection limits for a user, database or IP.",
"description": "This extension provides simple connection quotas, i.e. you may define how many connections are allowed for a particular database, user or an IP address.",
"version": "1.0.0",
"maintainer": "Tomas Vondra <[email protected]>",
"license": "bsd",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.1.0"
}
}
},
"provides": {
"query_recorder": {
"file": "connection_limits--1.0.0.sql",
"version": "1.0.0"
}
},
"resources": {
"repository": {
"url": "https://github.com:tvondra/connection_limits.git",
"web": "http://github.com/tvondra/connection_limits",
"type": "git"
}
},
"tags" : ["connection", "quota", "limit"],
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"release_status" : "testing"
}