"Celia McInnis" <celia@drmath.ca> writes:
> Tom, are you recommending that I don't use multidimensional arrays until some
> later version of postgres?
No, just that you not try to put nulls in them ;-)
Something like
myarray1 INT[2][2]:=array[[0,0],[0,0]];
woulda worked fine.
regards, tom lane