Re: Question about Encoding a Custom Type

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: Question about Encoding a Custom Type
Дата
Msg-id 5613682E-89E6-4A68-83FA-B291643C1C60@kineticode.com
обсуждение исходный текст
Ответ на Re: Question about Encoding a Custom Type  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Question about Encoding a Custom Type
Список pgsql-hackers
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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pltcl broken on tcl8.5 ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pltcl broken on tcl8.5 ?