1. 12 Dec, 2000 3 commits
    • Bruce Momjian's avatar
      Update TODO list. · 77c443f8
      Bruce Momjian authored
      77c443f8
    • Bruce Momjian's avatar
      In 'Joins between classes' in Section 5 of the tutorial we have, in · 36da236e
      Bruce Momjian authored
      the first paragraph:
      
          As an example, say we wish to find all the records that
          are in the  temperature  range  of  other records. In
          effect, we need to compare the temp_lo and temp_hi
          attributes of each EMP instance to the temp_lo and
          temp_hi  attributes of all other EMP instances.
      
      I believe that EMP should read WEATHER, as the example query that
      follows joins WEATHER to itself.
      
      EMP is often used in Oracle examples.
      
      Regards,
      Graham
      
      Other RULE cleanups
      36da236e
    • Tom Lane's avatar
      Revise SELECT reference page for outer joins, subselect in FROM, · 1045304a
      Tom Lane authored
      ISO-compliant UNION/INTERSECT/EXCEPT.  Revise discussion of rule
      rewriter to reflect new subselect-in-FROM implementation of views.
      Miscellaneous other cleanups.
      1045304a
  2. 11 Dec, 2000 16 commits
  3. 10 Dec, 2000 7 commits
  4. 09 Dec, 2000 9 commits
  5. 08 Dec, 2000 5 commits