A PostgreSQL extension defining custom numeric domains
This extension was developed using PostgreSQL 10, but should work for all recent versions.
Copy numeric_domains.control and numeric_domains--1.0.sql into the SHAREDIR/extension directory. Alternatively, run the Makefile:
make installThen, use CREATE EXTENSION to install:
CREATE EXTENSION numeric_domains;
Licensed under the MIT License (see LICENSE.md).