PostgreSQL Programmer's Guide
PrevNext

Chapter 5. Extending SQL: Types

As previously mentioned, there are two kinds of types in Postgres: base types (defined in a programming language) and composite types (instances). Examples in this section up to interfacing indices can be found in complex.sql and complex.c. Composite examples are in funcs.sql.


PrevHomeNext
Programming Language Functions User-Defined Types