Fix ARRAY[] construct so that in multidimensional case, elements can

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e945246321506732ac9d2cab74b49782e12c4768
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-08-17T23:43:27Z
Releases: 7.4.1
Fix ARRAY[] construct so that in multidimensional case, elements can
be anything yielding an array of the proper kind, not only sub-ARRAY[]
constructs; do subscript checking at runtime not parse time.  Also,
adjust array_cat to make array || array comply with the SQL99 spec.

Joe Conway

Files