summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wong2018-07-25 22:14:47 +0000
committerMark Wong2018-07-25 22:17:29 +0000
commit5d036bb9f1d57d6942df7f806b5361d527a3fafa (patch)
tree51ede8305c843ef13598cf5314d0cf873422b52a
parent301b6651f83a17e0287d6f1aae4def7b64faaa93 (diff)
Update versions for pgxnHEADmaster
-rw-r--r--META.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/META.json b/META.json
index d648123..fa7399a 100644
--- a/META.json
+++ b/META.json
@@ -2,7 +2,7 @@
"name": "pg_proctab",
"abstract": "Access operating system process tables from PostgreSQL",
"description": "pg_proctab is a collection of stored functions that can access the operating systems process table so that system statitics can be queried through the database.",
- "version": "0.0.5",
+ "version": "0.0.7",
"maintainer": "Mark Wong",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
@@ -11,7 +11,7 @@
"pg_proctab": {
"abstract": "Operating system process table",
"file": "sql/pg_proctab.sql",
- "version": "0.0.2"
+ "version": "0.0.7"
}
},
"resources": {