Обсуждение: Re: [HACKERS] Re: Number of parameters in a sql function

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

Re: [HACKERS] Re: Number of parameters in a sql function

От
ZEUGSWETTER Andreas IZ5
Дата:
> Offhand the obvious try doesn't crash it:
> 
> regression=> select foo(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18);
> ERROR:  No such function 'foo' with the specified attributes
> 
SQL functions do allow more than 8 parameters.

Andreas