{ "name": "config_log", "abstract": "A custom background worker process to log changes to postgresql.conf to a table", "version": "0.1.5", "maintainer": "Ian Barwick ", "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.3.0" } } }, "provides": { "config_log": { "abstract": "A custom background worker process to log changes to postgresql.conf to a table", "file": "config_log--0.1.5.sql", "docfile": "README.md", "version": "0.1.5" } }, "resources": { "repository": { "url": "git://github.com/ibarwick/config_log.git", "web": "https://github.com/ibarwick/config_log", "type": "git" } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "generated_by": "Ian Barwick", "tags": [ "custom background worker", "bgw", "postgresql.conf" ] }