Leonardo F <m_lists(at)yahoo(dot)it> writes:
> gist -> how can I get something "comparable" by tuplesort? Or should I rule it
> out from the seq scan + sort path?
Rule it out. Note you should be looking at pg_am.amcanorder, not
hardwiring knowledge of particular index types.
regards, tom lane