1. 15 Feb, 2001 1 commit
    • Tom Lane's avatar
      Arrange for ORDER BY an expression on a UNION/INTERSECT/EXCEPT result, · de434c2d
      Tom Lane authored
      such as
          SELECT f1 FROM foo UNION SELECT ... ORDER BY upper(f1)
      to draw
      'ORDER BY on a UNION/INTERSECT/EXCEPT result must be on one of the result columns'
      rather than the uninformative 'f1 not found' we were producing before.
      Eventually this should actually work, but that looks much too hard to try
      to implement in late beta...
      de434c2d
  2. 14 Feb, 2001 9 commits
  3. 13 Feb, 2001 19 commits
  4. 12 Feb, 2001 11 commits