forked from sjstoelting/pgsql-tweaks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
61 lines (61 loc) · 1.59 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "pgsql_tweaks",
"abstract": "Contains PostgreSQL functions which I regularly needed.",
"description": "The package includes several functions and views to help daily work.",
"version": "0.10.7",
"maintainer": [
"Stefanie Janine Stölting <[email protected]>"
],
"license": {
"PostgreSQL": "https://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"plpgsql": 0,
"PostgreSQL": "12.0.0"
},
"recommends": {
"PostgreSQL": "17.0.0"
}
}
},
"provides": {
"pgsql_tweaks": {
"abstract": "Contains PostgreSQL functions and views which I regularly needed and might help others, too.",
"file": "sql/out/versions/pgsql_tweaks--0.10.7.sql",
"docfile": "PGXNREADME.md",
"version": "0.10.7"
}
},
"resources": {
"bugtracker": {
"web": "https://gitlab.com/sjstoelting/pgsql-tweaks/-/issues"
},
"repository": {
"url": "https://gitlab.com/sjstoelting/pgsql-tweaks.git",
"web": "https://gitlab.com/sjstoelting/pgsql-tweaks",
"type": "git"
}
},
"release_status": "stable",
"generated_by": "Stefanie Janine Stölting",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"is_date",
"is_time",
"is_timestamp",
"is_integer",
"is_numeric",
"is_boolean",
"is_json",
"is_encoding",
"encoding",
"array aggregates",
"datatype checks",
"extended system views"
]
}