Igor <[EMAIL PROTECTED]> writes:
> Well, i have a field OSTV which has dimention [1:9][1:6]
> when i'm trying:
>  "update mytable set ostv [10][3]=333.00"

You can't extend an array unless you specify values for all the new
entries required to fill a rectangular array value (which in practice
means only one-dimensional arrays can be extended this way).

I'd like to see the array code generalized to allow you to do that,
inserting NULLs for the missing entries.  But it'd take some work,
and so far no one's stepped up to the plate to do the work.  Would
you like to volunteer?

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to