PL/pgSQL, RETURN NEXT, ORDER
am 12.10.2004 15:24:48 von twangerHi,
When I call a PL/pgSQL function that looks roughly like the following:
....
FOR x IN SELECT ... ORDER BY ... LOOP
RETURN NEXT x;
END LOOP;
RETURN;
END;
Is the order of the rows guaranteed to be preserved?
Thanks.
--
Markus Bertheau
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faqs/FAQ.html