{ "name": "pg_readonly", "abstract": "set all cluster databases in read only", "version": "1.0.3", "maintainer": [ "Pierre Forstmann" ], "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.5.21" }, "recommends": { "PostgreSQL": "9.5.21" } } }, "provides": { "pg_readonly": { "abstract": "set all cluster databases in read only", "file": "pg_readonly.c", "docfile": "README.md", "version": "1.0.3" } }, "resources": { "bugtracker": { "web": "http://github.com/pierreforstmann/pg_readonly/issues" }, "repository": { "url": "https://github.com/pierreforstmann/pg_readonly.git", "web": "https://github.com/pierreforstmann/pg_readonly", "type": "git" } }, "generated_by": "Pierre Forstmann", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "read only", "cluster" ] }