PostgreSQL
PrevNext

Chapter 32. 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 FunctionsUpUser-Defined Types