Обсуждение: Maximum Number of Function Arguments

Поиск
Список
Период
Сортировка

Maximum Number of Function Arguments

От
"Bradley J. Bartram"
Дата:
Is there a maximum number of arguments that one could pass to a pl/pgsql
function?

thanks

brad
--
Bradley J. Bartram


Re: Maximum Number of Function Arguments

От
Josh Berkus
Дата:
Bradley,

> Is there a maximum number of arguments that one could pass to a pl/pgsql
> function?

v7.1 & 7.2 = 16
v7.3 & 7.4 = 32

This can be modified at compile time by modifying the PostgreSQL source code.
--
Josh Berkus
Aglio Database Solutions
San Francisco

Re: Maximum Number of Function Arguments

От
"Bradley J. Bartram"
Дата:
On Tuesday 12 August 2003 04:11 pm, you wrote:
> Bradley,
>
> > Is there a maximum number of arguments that one could pass to a pl/pgsql
> > function?
>
> v7.1 & 7.2 = 16
> v7.3 & 7.4 = 32
>
> This can be modified at compile time by modifying the PostgreSQL source
> code.

Is there a place where this is documented?  I looked but could not seem to
find it.

thanks

brad

--
Bradley J. Bartram