Posts tagged PostgreSQL
- 2011-03-20 - Arrays in PostgreSQL quick example
PostgreSQL allows columns of a table to be defined as variable-length multidimensional arrays. Arrays of any built-in or user-defined base type, enum type, or composite type can be created. Arrays are not supper efficient way of doing things, but they are sometimes handy.