1. 08 11月, 2003 3 次提交
  2. 07 11月, 2003 3 次提交
  3. 06 11月, 2003 2 次提交
    • P
      144a2ecd
    • T
      Fix for this problem: · e4044ba2
      Tom Lane 提交于
      regression=# select 1 from tenk1 ta cross join tenk1 tb for update;
      ERROR:  no relation entry for relid 3
      
      7.3 said "SELECT FOR UPDATE cannot be applied to a join", which was better
      but still wrong, considering that 7.2 took the query just fine.  Fix by
      making transformForUpdate() ignore JOIN and other special RTE types,
      rather than trying to mark them FOR UPDATE.  The actual error message now
      only appears if you explicitly name the join in FOR UPDATE.
      e4044ba2
  4. 05 11月, 2003 7 次提交
  5. 04 11月, 2003 9 次提交
  6. 03 11月, 2003 8 次提交
  7. 02 11月, 2003 8 次提交