{ "name": "pg_permission", "abstract": "Audit object permissions in PostgreSQL", "description": "Provides views to show object permissions in a database and a function that compares these permissions to a configurable target state.", "version": "1.0.0", "release_status": "stable", "maintainer": [ "Laurenz Albe" ], "license": "postgresql", "provides": { "pg_permission": { "abstract": "Audit object permissions in PostgreSQL", "file": "pg_permissions--1.0.sql", "docfile": "README.md", "version": "1.0.0" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.3.0" }, "recommends": { "PostgreSQL": "11.0.0" } } }, "resources": { "bugtracker": { "web": "https://github.com/cybertec-postgresql/pg_permission/issues" }, "repository": { "url": "https://github.com/cybertec-postgresql/pg_permission.git", "web": "https://github.com/cybertec-postgresql/pg_permission", "type": "git" } }, "generated_by": "Laurenz Albe", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "permissions", "audit", "acl" ] }