"Jack Dull" <jack_dull(at)sina(dot)com> writes:
> ); I was wondering if PostgreSQL really supports multidimensional array
> with more than tow dimensions?
It does, but they aren't considered a fundamentally different datatype
from single-dimensional arrays. Writing extra '[]' pairs in the CREATE
TABLE is just syntactic sugar.
regards, tom lane