diff options
author | Mark Wong | 2024-09-20 21:52:30 +0000 |
---|---|---|
committer | Mark Wong | 2024-09-20 21:52:30 +0000 |
commit | 274b358ea0a9e485637254334151826bf2c717e8 (patch) | |
tree | ebd5c4ea53dcdc1d65eed32fc4546954d0436804 | |
parent | 2dd5bde351a895b76471e92456a89afe97db78be (diff) |
-rw-r--r-- | META.json | 4 | ||||
-rw-r--r-- | pg_proctab.control | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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.10", + "version": "0.0.12", "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.10" + "version": "0.0.12" } }, "resources": { diff --git a/pg_proctab.control b/pg_proctab.control index d0a9d7a..7c0dd73 100644 --- a/pg_proctab.control +++ b/pg_proctab.control @@ -1,5 +1,5 @@ # pg_proctab extension comment = 'Access operating system process table' -default_version = '0.0.10' +default_version = '0.0.12' module_pathname = '$libdir/pg_proctab' relocatable = true |