The result of a FULL or RIGHT join can't be assumed to be sorted by the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 48a1dc0d5c2c6a572d1b5e20e1985fa565f90177
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-01-23T02:24:30Z
Releases: 7.3.9
The result of a FULL or RIGHT join can't be assumed to be sorted by the
left input's sorting, because null rows may be inserted at various points.
Per report from Ferenc Lutischá¸n.

Files