On Fri, Feb 13, 2009 at 8:00 AM, Teodor Sigaev <teodor@sigaev.ru> wrote:
>> SELECT * FROM foo WHERE t @@ query LIMIT 100
>> might be a fairly common use case.
>
> It seems to me -
> SELECT * FROM foo WHERE t @@ query *ORDER BY rank* LIMIT 100;
I'm not sure you can really assume that the ORDER BY rank will always
be in there.
...Robert