Re: Forcing a specific order - Mailing list pgsql-novice

From Tom Lane
Subject Re: Forcing a specific order
Date
Msg-id 25813.1129084480@sss.pgh.pa.us
Whole thread Raw
In response to Re: Forcing a specific order  (Martin Foster <martin@ethereal-realms.org>)
Responses Re: Forcing a specific order  (Martin Foster <martin@ethereal-realms.org>)
List pgsql-novice
Martin Foster <martin@ethereal-realms.org> writes:
> I should have been a bit more clear on the matter.   Order by is useful
> if you want to sort the dataset a specific way using rows.  However,
> what if I wanted to specify the order the rows are returned in using
> information from another query?

This sounds like you are trying to force a join order, not a specific
tuple order.  Have you read the material about join ordering in the
performance-tips chapter?

            regards, tom lane

pgsql-novice by date:

Previous
From: Martin Foster
Date:
Subject: Re: Forcing a specific order
Next
From: Martin Foster
Date:
Subject: Re: Forcing a specific order