Re: [PATCHES] array concat, et al patch (was: [GENERAL] join of array)

2003-08-17 Thread Tom Lane
Joe Conway <[EMAIL PROTECTED]> writes: > The attached patch fixes code and regression tests for the following > 1) Array concatenation of equidimensional arrays: > 2) Array literals or vars in ARRAY expressions: > 3) Lower bound of outer array adjusted downward when an "element" (which > could it

Re: [PATCHES] array concat, et al patch (was: [GENERAL] join of array)

2003-08-16 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Joe Conway wrote: > Tom Lane wrote: > > C