Re: Question about Encoding a Custom Type - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: Question about Encoding a Custom Type
Date
Msg-id 5613682E-89E6-4A68-83FA-B291643C1C60@kineticode.com
Whole thread Raw
In response to Re: Question about Encoding a Custom Type  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Question about Encoding a Custom Type  (David Fetter <david@fetter.org>)
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pltcl broken on tcl8.5 ?
Next
From: Tom Lane
Date:
Subject: Re: pltcl broken on tcl8.5 ?