Allow ORDER BY a Function - Mailing list pgsql-hackers

From David Hartwig
Subject Allow ORDER BY a Function
Date
Msg-id 36570827.51D2EDF7@insightdist.com
Whole thread Raw
Responses Re: [HACKERS] Allow ORDER BY a Function
List pgsql-hackers
Bruce,

Small correction to the TODO list.    The "allow ORDER BY a function"
feature already exist in 6.4.
   EXAMPLES:
       SELECT foo FROM bar ORDER BY upper(foo);
       -- or any other expression for that matter
       SELECT foo FROM bar ORDER BY  att1 || att2;

It was done as part of the "allow GROUP BY a function" feature.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Problem with 6.3.2
Next
From: "Hui Chun Kit, Jacky"
Date:
Subject: Questions on using multi-byte character in a field of a table (BIG5)