{ "name": "tuplock", "abstract": "lock tuples (rows) with a boolean attribute", "description": "Provides a trigger that allows to lock tuples (rows) based on the value of a boolean attribute: once locked, the trigger must be disabled to change a tuple.", "version": "1.2.1", "maintainer": [ "Fabien Coelho " ], "license": "gpl_3", "provides": { "tuplock": { "abstract": "lock tuples (rows) with a boolean attribute", "file": "sql/tuplock.sql", "version": "1.2.1" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.1.0" } } }, "resources": { "homepage": "http://www.coelho.net/tuplock" }, "generated_by": "Fabien Coelho", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "tuple", "row", "locking", "trigger" ] }