[ Please don't top-post. <URL:http://en.wikipedia.org/wiki/Posting_style> ]
2011/2/11 mac_man2008(at)yahoo(dot)it <mac_man2008(at)yahoo(dot)it>:
> So, is there any precise way to discover when sorting is invoked?
EXPLAIN shows how a query would be executed; explicit sorts should be
mostly obvious.
<URL:http://www.postgresql.org/docs/9.0/static/sql-explain.html>
Nicolas