{ "name": "check_updates", "abstract": "Trigger functions to allow/deny certain type of table updates", "description": "This module contains several function implementing rules that restrict certain subset of update commands on a table. These functions are designed to be set as on update per-row triggers on a table.", "generated_by": "Alexey Klyukin", "maintainer": "Alexey Klyukin ", "license": "postgresql", "prereqs": { "runtime": { "requires": { "plperl": 0, "plperlu": 0, "PostgreSQL": "8.2.0" }, "recommends": { "PostgreSQL": "8.4.0" } } }, "provides": { "check_updates": { "file": "allow_on_condition.sql", "file": "check_updates.sql", "file": "deny_updates.sql", "file": "CheckTrigger.pm", "docfile": "doc/check_updates.md", "version": "1.0.1", "abstract": "Trigger functions to allow/deny certain type of table updates" } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "release_status": "stable", "version": "1.0.1", "tags": [ "trigger", "administration", "perl" ] }