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: 66bb44cf63966870af3fc1a6a70f570c18a78faa
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-01-23T02:26:05Z
Releases: 7.2.7
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