On Jun 16, 2008, at 14:38, Tom Lane wrote:

It's complaining about the use in ORDER BY.

Okay, so stupid question: How can I get an array of the values in a given order? I guess this works:

select array_accum(b) from ( select name from srt order by name ) AS A(b);

Thanks,

David


--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to