"redhog" <[EMAIL PROTECTED]> writes: > My question was if the order of two > elements whose internal order is not affected by the current ordering > clause, still may change places due to technicalities.
Postgres usually sorts using qsort(), which (on most platforms) is not stable in that sense. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq