Re: Procedure Size Limitation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Procedure Size Limitation
Дата
Msg-id 16214.960477314@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Procedure Size Limitation  (Terence Gannon <tgannon@stoneboat.com>)
Список pgsql-general
Terence Gannon <tgannon@stoneboat.com> writes:
> 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?

7.0 is better, but not there yet.  We still have the tuple-size
constraint for function definitions, but we did get rid of the index
on prosrc that led to a circa-2500-byte limit on definition length.
Now the limit is ~8K, or ~32K if you want to run with nonstandard
BLCKSZ.

7.1 should fix this problem for real.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "K Parker"
Дата:
Сообщение: Re: Paging through records on the web
Следующее
От: Philip Hallstrom
Дата:
Сообщение: DefineIndex: function 'lower(varchar)' does not exist !?!?!?