1. 06 12月, 2000 1 次提交
    • T
      Repair breakage of rules containing INSERT ... SELECT actions, per bug · a51f004d
      Tom Lane 提交于
      report from Joel Burton.  Turns out that my simple idea of turning the
      SELECT into a subquery does not interact well *at all* with the way the
      rule rewriter works.  Really what we need to make INSERT ... SELECT work
      cleanly is to decouple targetlists from rangetables: an INSERT ... SELECT
      wants to have two levels of targetlist but only one rangetable.  No time
      for that for 7.1, however, so I've inserted some ugly hacks to make the
      rewriter know explicitly about the structure of INSERT ... SELECT queries.
      Ugh :-(
      a51f004d
  2. 04 12月, 2000 9 次提交
  3. 03 12月, 2000 10 次提交
  4. 02 12月, 2000 4 次提交
  5. 01 12月, 2000 15 次提交
  6. 30 11月, 2000 1 次提交