From: | "Paul B(dot) Anderson" <paul(dot)a(at)pnlassociates(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Stored procedure array limits |
Date: | 2006-09-29 15:00:13 |
Message-ID: | 451D34FD.3050709@pnlassociates.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general pgsql-hackers |
I've checked my code and it does not seem to run past any limits. I am
filling the arrays in sequential order, extending each one in parallel
with the others.
The null problem fixed the code for some cases but I'm still having
problems in general and with the same error message but reported in
another place.
Paul
Tom Lane wrote:
> "Paul B. Anderson" <paul(dot)a(at)pnlassociates(dot)com> writes:
>
>> I have a large stored procedure with 16 arrays, mostly varchar, each
>> with dimension 3000. The procedure works fine on a small number of rows
>> used from these arrays but gets the following error for large rowsets:
>>
>
>
>> ERROR: invalid array subscripts
>>
>
> Right offhand I only see that error being thrown for out-of-range array
> subscripts. Are you maybe trying to fill the arrays in nonsequential
> order?
>
>
>> If I comment out two particular arrays (that can have null values), it
>> also runs OK.
>>
>
> As already noted, we don't support nulls in arrays before 8.2, but
> I'm not exactly sure how that omission leads to this error message.
>
> regards, tom lane
>
> .
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Paul B. Anderson | 2006-09-29 15:12:08 | Re: Stored procedure array limits |
Previous Message | Tom Lane | 2006-09-29 14:45:07 | Re: autovacuum ignore tables |
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Broersma Jr | 2006-09-29 15:10:23 | Re: Do non-sequential primary keys slow performance significantly?? |
Previous Message | Tom Lane | 2006-09-29 14:58:01 | Re: 8.1.4 compile problem |
From | Date | Subject | |
---|---|---|---|
Next Message | Jan de Visser | 2006-09-29 15:08:58 | Re: Block B-Tree concept |
Previous Message | Tom Lane | 2006-09-29 14:59:22 | Re: Faster StrNCpy |