On Oct 12, 2005, at 9:56 , Martin Foster wrote:
> This may come across as a rather odd question. However, is there
> a way to force PostgreSQL to return rows in a very specific order?
The SQL-standard ORDER BY clause is supported by PostgreSQL and is
the usual way of specifying the order rows are returned. Does this
not serve your needs?
Michael Glaesemann
grzm myrealbox com