CREATE TYPE CREATE TYPE — define a new data type Synopsis CREATE TYPE name AS ( [ attribute_name data_type [ …| PostgreSQL Documentation
8.16. Composite Types # 8.16.1. Declaration of Composite Types 8.16.2. Constructing Composite Values 8.16.3. Accessing Composite Types 8.16.4. Modifying Composite Types …| PostgreSQL Documentation
9.20. Range/Multirange Functions and Operators # See Section 8.17 for an overview of range types. Table 9.56 shows the specialized operators available for …| PostgreSQL Documentation
F.8. btree_gist — GiST operator classes with B-tree behavior # F.8.1. Example Usage F.8.2. Authors btree_gist provides GiST index operator classes …| PostgreSQL Documentation
CREATE TABLE CREATE TABLE — define a new table Synopsis CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | …| PostgreSQL Documentation
8.17. Range Types # 8.17.1. Built-in Range and Multirange Types 8.17.2. Examples 8.17.3. Inclusive and Exclusive Bounds 8.17.4. Infinite (Unbounded) Ranges …| PostgreSQL Documentation