{ "name": "pg_sessions", "abstract": "Merge Postgresql session/query metrics with linux process table", "description": "pg_sessions intend to fill the hole in sessions monitoring where you can have the operating system statistics displayed with the sessions currently running", "version": "0.0.5", "maintainer": [ "Thomas Menard " ], "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" }, "prereqs": { "runtime": { "requires": { "plpgsql": 0, "PostgreSQL": "9.4.0" }, "recommends": { "PostgreSQL": "9.5.0" } } }, "provides": { "pg_sessions": { "abstract": "Postgresql and Operating system process table", "file": "sql/pg_sessions--1.3.sql", "version": "0.0.5" } }, "resources": { "homepage": "https://github.com/menardorama/pg_sessions", "bugtracker": { "web": "https://github.com/menardorama/pg_sessions/issues" }, "repository": { "url": "https://github.com/menardorama/pg_sessions.git", "web": "https://github.com/menardorama/pg_sessions", "type": "git" } }, "generated_by": "Thomas Menard", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "testing" ] }