{ "name": "count_nulls", "abstract": "Count the number of null arguments", "description": "Provides a function that counts the number of null arguments passed to it.", "version": "0.1.0", "maintainer": "Jim C. Nasby", "license": { "BSD 2 Clause": "http://opensource.org/licenses/bsd-license.php" }, "provides": { "count_nulls": { "abstract": "Count the number of null arguments", "file": "sql/count_nulls.sql", "docfile": "doc/count_nulls.md", "version": "0.1.0" } }, "release_status": "testing", "generated_by": "Jim C. Nasby", "tags": [ "NULLs", "Count NULLs", "NULL count" ], "resources": { "homepage": "http://github.com/decibel/pg_count_nulls/", "bugtracker": { "web": "http://github.com/decibel/pg_count_nulls/issues" }, "repository": { "url": "git://github.com/decibel/pg_count_nulls.git", "web": "http://github.com/decibel/pg_count_nulls/", "type": "git" } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "X_vi": "vi: expandtab ts=4 sw=4" }