Possible bug with array_agg

From: Scott Bailey <artacus(at)comcast(dot)net>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Possible bug with array_agg
Date: 2009-11-19 18:59:50
Message-ID: 4B0595A6.10407@comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8.4.0 I found that array_agg does not return a value when fed more
than 12,000 values. (12,000 worked and 13,000 did not.)

Probably not a big deal because its not something you would typically
do. I was testing something else and ran into it. But if there is a
limit there, we should probably document it.

Scott Bailey

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2009-11-19 19:02:41 Re: obtaining ARRAY position for a given match
Previous Message Scott Bailey 2009-11-19 18:47:02 Re: obtaining ARRAY position for a given match