{ "name": "range_type_functions", "abstract": "Functions for enhancing range type functionality.", "description": "Functions for enhancing range type functionality. Some of the functions are new features, and some are backports of functions found in newer(9.5+) versions of PostgreSQL.", "version": "0.0.4", "maintainer": [ "Corey Huinker " ], "license": "postgresql", "provides": { "range_type_functions": { "abstract": "Functions for enhancing range type functionality.", "file": "sql/range_type_functions.sql", "docfile": "doc/range_type_functions.md", "version": "0.0.4" } }, "release_status": "unstable", "generated_by": "Corey Huinker", "resources": { "bugtracker": { "web": "https://github.com/moat/range_type_functions/issues" }, "repository": { "url": "git://github.com/moat/range_type_functions.git" , "web": "https://github.com/moat/range_type_functions", "type": "git" } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "range", "types" ] }