1. 20 7月, 1996 1 次提交
    • M
      Fixes: · 94215d51
      Marc G. Fournier 提交于
      The updating of array fields is broken in Postgres95-1.01, An array can
      be only replaced with a new array but not have some elements modified.
      This is caused by two bugs in the parser and in the array utilities.
      Furthermore it is not possible to update array with a base type of
      variable length.
      
      
      - submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
      94215d51
  2. 09 7月, 1996 1 次提交