PostgreSQL – TYPES
A “type” is a kind of database object that defines a set of possible values and the operations that can be performed on those values. Types can be used to define the structure of columns in tables, arguments and return values of functions, etc. Here’s an explanation of types as a database object in PostgreSQL:…