Complex Types
use type constructors to generate new types
setof(foo)
arrayof(foo)
listof(foo)
row (n1 t1, ..., nk tk)
can be nested:
setof(arrayof(int))
Previous slide
Next slide
Back to first slide
View graphic version