abusing plpgsql array variables

From: Ben <bench(at)silentmedia(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: abusing plpgsql array variables
Date: 2008-09-10 20:03:08
Message-ID: Pine.LNX.4.64.0809101259450.32571@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If I want to pass in a text[] argument to a plpgsql function, at what
array size am I asking for problems? 100? 10,000? 100,000?

What severity of problems might I encounter? Bad performance? Postgres
refusing to run my query? A crashed backend?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ricardo Antonio Yepez Jimenez 2008-09-10 20:04:34 RV: You need to rebuild PostgreSQL using --with-libxml.
Previous Message Scott Marlowe 2008-09-10 19:47:42 Re: psql scripting tutorials