1. 23 8月, 2002 12 次提交
  2. 22 8月, 2002 21 次提交
  3. 21 8月, 2002 5 次提交
  4. 20 8月, 2002 2 次提交
    • B
      This patch improves the behavior of FOUND in PL/PgSQL. In Oracle, · ebe1be13
      Bruce Momjian 提交于
      FOUND is set whenever a SELECT INTO returns > 0 rows, *or* when an
      INSERT, UPDATE, or DELETE affects > 0 rows. We implemented the first
      part of this behavior, but not the second.
      
      I also improved the documentation on the various situations in which
      FOUND can be set (excluding inside FOR loops, which I still need to
      think about), and added some regression tests for this behavior.
      
      Neil Conway
      ebe1be13
    • B
      Cleanup. · 818a33e4
      Bruce Momjian 提交于
      818a33e4