1. 27 Mar, 2005 4 commits
  2. 26 Mar, 2005 7 commits
  3. 25 Mar, 2005 14 commits
  4. 24 Mar, 2005 14 commits
  5. 23 Mar, 2005 1 commit
    • Bruce Momjian's avatar
      Update wording: · 8abba638
      Bruce Momjian authored
      < 	o Process mixed ANSI/PG syntax, and round value to requested
      < 	  precision or generate an error
      < 	o Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS
      < 	  INTERVAL MONTH), and this should return '12 months'
      194a191,194
      > 	o Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS
      > 	  INTERVAL MONTH), and this should return '12 months'
      > 	o Round or truncate values to the requested precision, e.g.
      > 	  INTERVAL '11 months' AS YEAR should return one or zero
      8abba638