Re: Is there a way to pass more than 32 parameters to a

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Jon Brazus <jbrazus(at)computer-systems(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Is there a way to pass more than 32 parameters to a
Date: 2003-07-21 16:04:59
Message-ID: Pine.LNX.4.33.0307211002380.15882-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 16 Jul 2003, Jon Brazus wrote:

>
> Does anyone know of a way to pass more than 32 parameters to a plpgsql
> function? The 7.3 release documentation states that fuctions can now
> take up to 32 parameters "by default", which implies that perhaps this
> can be changed with a tuning parameter or some such. Or failing that,
> does anyone know if this limit is going to be increased again in the 7.4
> release? Any help is appreciated.

sure, you need to edit

pg_config.h.in and change the #define FUNC_MAX_ARGS line to whatever you
want. Then run .configure --yourswtichesgohere and make install.

Note that this requires a dump / restore, if I remember correctly.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-07-21 16:07:21 Re: Query regarding back up
Previous Message scott.marlowe 2003-07-21 16:01:31 Re: Download of Postgres by ftp