RETURN NEXT and reversing order

From: CSN <cool_screen_name90001(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: RETURN NEXT and reversing order
Date: 2004-02-04 06:24:09
Message-ID: 20040204062409.98096.qmail@web40601.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is it possible to reverse the order of items returned
from a plpgaql function that uses RETURN NEXT? (order
by col isn't what I want)

select * from my_function();

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-02-04 07:10:14 Re: pg_generate_sequence and info_schema patch (Was: SELECT
Previous Message Tom Lane 2004-02-04 06:21:44 Re: pg_generate_sequence and info_schema patch (Was: SELECT Question)