2009/4/9 Віталій Тимчишин <tivv00(at)gmail(dot)com>:
> create or replace function explode_array(in_array anyarray) returns setof
> anyelement as
> $$
> select ($1)[s] from generate_series(1,array_upper($1, 1)) as s;
> $$
> language sql immutable;
I tried using an ARRAY like this, but didn't quite figure out the
explode_array piece.
--
Glenn Maynard