I would like to be able to get the rows following the order of an index (*NOT* getting an order by accelerated, but only an order defined by an index).
Something like this :
SELECT my_row
FROM my_table
ORDER BY the_index ASC
where the_index is a GIST index over points.
I know there is a possibility as it is exactly what the command