{ "name": "safeupdate", "abstract": "Require criteria for UPDATE and DELETE", "description": "A simple extension to PostgreSQL that raises an error if UPDATE and DELETE are executed without specifying conditions", "version": "1.4.1", "maintainer": "Eric Radman ", "license": "mit", "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.6.0" } } }, "provides": { "safeupdate": { "file": "safeupdate.so", "docfile": "README.md", "version": "1.4.1", "abstract": "Require criteria for UPDATE and DELETE" } }, "resources": { "bugtracker": { "web": "https://github.co/eradman/pg-safeupdate/issues" }, "repository": { "url": "https://github.com/eradman/pg-safeupdate.git", "web": "https://github.com/eradman/pg-safeupdate", "type": "git" } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [] }