From: | Ed Loehr <eloehr(at)austin(dot)rr(dot)com> |
---|---|
To: | Terence Gannon <tgannon(at)stoneboat(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Procedure Size Limitation |
Date: | 2000-06-08 15:17:01 |
Message-ID: | 393FB8ED.AB9A6073@austin.rr.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Terence Gannon wrote:
>
> In version 6.5.3 (and ealier?) versions of PostgreSQL, there was a
> limitation on the size of a procedure...something on the order of 1800
> characters. Has this been eliminatd in 7+? Is there any limitation to
> the size of a procedure written in plpgsql?
I believe the limit was around 2700, and it is reportedly fixed in 7.*.
There is a blocksize limit (8K?) for rows, and procedures are stored as a
column in a row.
http://www.postgresql.org/docs/faq-english.html#4.6
The blocksize limit is configurable, but I seem to recall there being
some concern by Jan Wieck (plpgsql creator) that changing the blocksize
was not advisable. Check deja.com for more details...
Regards,
Ed Loehr
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Wampler | 2000-06-08 15:30:58 | Re: plpgsql question... |
Previous Message | John Daniels | 2000-06-08 15:16:56 | FreeBSD PostgreSQL7 port and v7.0.2 |