From d4d11c52772b50b719948ac759173e6c9b6c24c6 Mon Sep 17 00:00:00 2001 From: JackGo Date: Sun, 9 Jul 2017 14:17:43 +0800 Subject: [PATCH] Create META.json --- META.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 META.json diff --git a/META.json b/META.json new file mode 100644 index 0000000..1d1948c --- /dev/null +++ b/META.json @@ -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 " + ], + "license": "postgresql", + "resources": { + "bugtracker": { + "web": "https://github.com/mutex73/pg_memorycontext/issues" + }, + "repository": { + "url": "git@github.com: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" + ] +}