ORDER BY - Mailing list pgsql-hackers

From Marc G. Fournier
Subject ORDER BY
Date
Msg-id 20050725180745.P54567@svr1.postgresql.org
Whole thread Raw
Responses Re: ORDER BY
Re: ORDER BY
Re: ORDER BY
List pgsql-hackers
Just curious as to whether or not a warning or something should be issued 
in a case like:
  SELECT c.*    FROM company c, company_summary cs   WHERE c.id = cs.id     AND cs.detail = 'test'
ORDER BY cs.fullname;

Unless I'm missing something, the ORDER BY clause has no effect, but an 
EXPLAIN shows it does take extra time, obviously ...


pgsql-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: For review: Server instrumentation patch
Next
From: "Jim C. Nasby"
Date:
Subject: Re: More buildfarm stuff