Craig James <cjames@xxxxxxxxxxxxxx> writes: > On Thu, Mar 1, 2012 at 9:50 AM, Tom Lane <tgl@xxxxxxxxxxxxx> wrote: >> Considering that ORDER BY in a subquery isn't even legal per spec, > That's surprising ... normally it won't affect the result, but with an > offset or limit it would. Does the offset or limit change the "not > even legal" part? Well, actually, the SQL standard didn't have anything comparable to offset/limit until SQL:2008, either. But I have to take back my statement above. It wasn't legal in SQL99, but evidently they added it in the 2003 or 2008 edition, presumably to go with the limit functionality. Anyway, the long and the short of it is that people depend on ORDER BY in subqueries to be honored, and we're not going to break that. regards, tom lane -- Sent via pgsql-performance mailing list (pgsql-performance@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance