{ "name": "ajbool", "abstract": "Three valued boolean with pseudo-NULL for primary keys", "version": "0.0.2", "maintainer": [ "Chris Travers ", "Manuel Kniep " ], "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" }, "provides": { "ajbool": { "file": "sql/ajbool.sql", "version": "0.0.2", "abstract": "Three-valued boolean with pseudo-NULL for primary keys" } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "description": "There are times you want a boolean value for a primary key but you want NULL/Unknown to be a single, distinct value. The ajbool extension does this by marking unknown as a not null state for the purpose of this data type (but casts to bool as a true null).", "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.3.0" } } }, "resources": { "bugtracker": { "web": "http://github.com/adjust/ajbool/issues" }, "repository": { "url": "git://github.com/adjust/ajbool.git", "web": "http://github.com/adjust/ajbool", "type": "git" } } }