Tom Lane wrote:
> Renaud Tthonnart <thonnart(at)amwdb(dot)u-strasbg(dot)fr> writes:
> > *** 2 ***
> > UPDATE xxx
> > SET nombres[5]= 63
> > WHERE id = 1;
> > ==> Here, I'd just append a new element to the array. That doesn't work
>
> This does work --- at least for one-dimensional arrays --- as of 7.1.
>
> regards, tom lane
Ok, many thanks!
Renaud THONNART