Re: Question about Encoding a Custom Type

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Martijn van Oosterhout <kleptog(at)svana(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Question about Encoding a Custom Type
Date: 2008-06-16 19:45:57
Message-ID: 5613682E-89E6-4A68-83FA-B291643C1C60@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-06-16 20:44:52 Re: pltcl broken on tcl8.5 ?
Previous Message Andrew Dunstan 2008-06-16 19:43:45 Re: pltcl broken on tcl8.5 ?