Implement the basic form of UNNEST, ie unnest(anyarray) returns setof

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c889ebce0aa5f848d680547e3af0aad8b9e577a7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-11-14T00:51:47Z
Releases: 8.4.0
Implement the basic form of UNNEST, ie unnest(anyarray) returns setof
anyelement.  This lacks the WITH ORDINALITY option, as well as the multiple
input arrays option added in the most recent SQL specs.  But it's still a
pretty useful subset of the spec's functionality, and it is enough to
allow obsoleting contrib/intagg.

Files