Re: is 8.4 array_agg() supposed to work with array values? - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: is 8.4 array_agg() supposed to work with array values?
Date
Msg-id b42b73150901200809m6a2c75aaud698653c93624535@mail.gmail.com
Whole thread Raw
In response to Re: is 8.4 array_agg() supposed to work with array values?  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: is 8.4 array_agg() supposed to work with array values?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On 1/20/09, Peter Eisentraut <peter_e@gmx.net> wrote:
>  integer[] is "array of integer", in the way C deals with arrays.  This is
>  also a main reason why composite types and arrays don't mix orthogonally;
>  there is no way to represent that in the system catalogs.

What do you mean by this exactly?  We've had arrays of composite types
since 8.2.

merlin


pgsql-hackers by date:

Previous
From: Jeroen Vermeulen
Date:
Subject: Re: Fixes for compiler warnings
Next
From: Jeroen Vermeulen
Date:
Subject: Re: libpq WSACleanup is not needed