range package:postgresql-typed

Representaion of PostgreSQL's range type. There are a number of existing range data types, but PostgreSQL's is rather particular. This tries to provide a one-to-one mapping.
DATETIME_VALUE_OUT_OF_RANGE: 22008 (Error)
NUMERIC_VALUE_OUT_OF_RANGE: 22003 (Error)
Class indicating that the first PostgreSQL type is a range of the second. This implies PGParameter and PGColumn instances that will work for any type.