PostgreSQL | ||
---|---|---|
Prev | Next |
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.
Prev | Home | Next |
Programming Language Functions | Up | User-Defined Types |