Re: Fill array with series - Mailing list pgsql-sql

From Pavel Stehule
Subject Re: Fill array with series
Date
Msg-id CAFj8pRD98px3qeNn79Kpx9FwTWjYBgDcWrDstbAQOm5wGVgt5A@mail.gmail.com
Whole thread Raw
In response to Fill array with series  (Lee Hachadoorian <lee.hachadoorian@gmail.com>)
List pgsql-sql
Hello

no, there is nothing similar.

Regards

Pavel

2012/3/22 Lee Hachadoorian <lee.hachadoorian@gmail.com>:
> Is there a single function that will generate a series and return an array?
> The best I've come up with is to combine array_agg and generate_series:
>
> SELECT array_agg(generate_series) FROM generate_series(5, 23);
>
> array_agg
> ---------------------------------------------------------
> {5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23}
>
> Thanks,
> --Lee
>
> --
> Lee Hachadoorian
> PhD, Earth & Environmental Sciences (Geography)
> Research Associate, CUNY Center for Urban Research
> http://freecity.commons.gc.cuny.edu/
>


pgsql-sql by date:

Previous
From: Lee Hachadoorian
Date:
Subject: Fill array with series
Next
From: "Edward W. Rouse"
Date:
Subject: ignore case in where clause