Re: Functions with more than 32 parameters

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Functions with more than 32 parameters
Дата
Msg-id 20050210215245.GB72513@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Functions with more than 32 parameters  (David Fetter <david@fetter.org>)
Список pgsql-general
On Thu, Feb 10, 2005 at 10:07:50AM -0800, David Fetter wrote:
>
> Short of recompiling as others have suggested, you could put large #
> of params into an array and have the function unwind that.

In 8.0 or later, you could also use a function that takes a single
parameter of a composite type and use a row constructor when you
call it.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Python Interface
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Understanding EXPLAIN ANALYZE output