Skip to content

Commit

Permalink
Create META.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGo authored Jul 9, 2017
1 parent 9277b59 commit d4d11c5
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "pg_memorycontext",
"abstract": "memory context tool",
"description": "The pg_memorycontext module create views to get postgresql memory context histogram.",
"version": "1.0.1",
"maintainer": [
"Jack Geller <[email protected]>"
],
"license": "postgresql",
"resources": {
"bugtracker": {
"web": "https://github.com/mutex73/pg_memorycontext/issues"
},
"repository": {
"url": "[email protected]:mutex73/pg_memorycontext.git",
"web": "https://github.com/mutex73/pg_memorycontext.git",
"type": "git"
}
},
"generated_by": "Jack Geller",
"provides": {
"pg_pathman": {
"file": "pg_memorycontext--1.0.sql",
"docfile": "README.md",
"version": "1.0.1",
"abstract": "memory context tool"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"memory",
"memorycontext",
"histogram"
]
}

0 comments on commit d4d11c5

Please sign in to comment.