Re: Functions with more than 32 parameters - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Functions with more than 32 parameters
Date
Msg-id 20050210215245.GB72513@winnie.fuhr.org
Whole thread Raw
In response to Re: Functions with more than 32 parameters  (David Fetter <david@fetter.org>)
List 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 by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Python Interface
Next
From: Tom Lane
Date:
Subject: Re: Understanding EXPLAIN ANALYZE output