Re: more than 32 parameters to a function?

Поиск
Список
Период
Сортировка
От Erik Jones
Тема Re: more than 32 parameters to a function?
Дата
Msg-id 4540F47D.3000909@myemma.com
обсуждение исходный текст
Ответ на more than 32 parameters to a function?  (Ottavio Campana <ottavio@campana.vi.it>)
Ответы Re: more than 32 parameters to a function?  (Ottavio Campana <ottavio@campana.vi.it>)
Список pgsql-general
Put them in arrays and pass them as the arguments.  But, I would like to
know what function could ever need 65 arguments?

Ottavio Campana wrote:
> I'm writing some stored procedures in pl/pgsql for a database using
> postgresql 7.4.7.
>
> I need to write a complex function with 65 arguments, but when I try to
> run it I get an error complaining that arguments can be up to 32.
>
> Is there a way to solve this problem or do I have to try to split the
> function into three new ones?
>
>


--
erik jones <erik@myemma.com>
software development
emma(r)


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: NOTICE: word is too long INSERT 0 3014
Следующее
От: "William Leite Araújo"
Дата:
Сообщение: Re: more than 32 parameters to a function?