Re: Another optimizer question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dennis Haney <davh(at)diku(dot)dk>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Another optimizer question
Date: 2004-01-27 18:06:11
Message-ID: 24882.1075226771@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dennis Haney <davh(at)diku(dot)dk> writes:
> There is no constraint on the order of 'a', so why is pull_up_subqueries
> explicitly ignoring subqueries that contain an 'order by'?

Because there would be no place to apply the sort operation. If you are
saying you don't want the sort to occur, why did you write it?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2004-01-27 18:09:13 Re: index scan with functional indexes
Previous Message Tom Lane 2004-01-27 18:02:51 Re: index scan with functional indexes