1. 22 1月, 2006 1 次提交
    • N
      Allow an optional alias for the target table to be specified for UPDATE · 1d763d91
      Neil Conway 提交于
      and DELETE. If specified, the alias must be used instead of the full
      table name. Also, the alias currently cannot be used in the SET clause
      of UPDATE.
      
      Patch from Atsushi Ogawa, various editorialization by Neil Conway.
      Along the way, make the rowtypes regression test pass if add_missing_from
      is enabled, and add a new (skeletal) regression test for DELETE.
      1d763d91
  2. 27 8月, 2003 1 次提交
    • B
      This patch adds a new regression test for the UPDATE command. Right · 1e100176
      Bruce Momjian 提交于
      now all that is tested is Rod Taylor's recent addition to allow
      this syntax:
      
          UPDATE ... SET <col> = DEFAULT;
      
      If anyone else would like to add more UPDATE tests, go ahead --
      I just wanted to write a test for the above functionality, and
      couldn't see an existing test that it would be appropriate
      to add to.
      
      Neil Conway
      1e100176