{ "name": "pg_relusage", "abstract": "An extension to log all the relations used in SQL statements and functions", "version": "0.0.1", "maintainer": "Dmitry Astapov ", "license": "postgresql", "release_status": "stable", "provides": { "pg_relusage": { "abstract": "An extension to log all the relations used in SQL statements and functions", "file": "pg_relusage.c", "docfile": "README.md", "version": "0.0.1" } }, "resources": { "bugtracker": { "web": "https://github.com/adept/pg_relusage/issues" }, "repository": { "url": "https://github.com/adept/pg_relusage.git", "web": "https://github.com/adept/pg_relusage", "type": "git" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": ">= 9.5.0" } } }, "generated_by": "Dmitry Astapov", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "logging", "log", "usage" ] }