Re: CREATE FUNCTION - Mailing list pgsql-general

From Neil Conway
Subject Re: CREATE FUNCTION
Date
Msg-id 87ofcefyxm.fsf@klamath.dyndns.org
Whole thread Raw
In response to CREATE FUNCTION  ("Carmen Wai" <wai_carmen@hotmail.com>)
Responses Re: CREATE FUNCTION  (Gregory Seidman <gss+pg@cs.brown.edu>)
List pgsql-general
"Carmen Wai" <wai_carmen@hotmail.com> writes:
> I found that when I use CREATE FUNCTION in postgresql, the maximum
> number of arguments is 16 only. How I config so that the CREATE
> FUNCTION allows unlimited number of arguments?

Change FUNC_MAX_ARGS in src/include/pg_config.h, 'make clean',
recompile, re-install, and re-initdb.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

pgsql-general by date:

Previous
From: Brett Schwarz
Date:
Subject: Re: [Fwd: Tcl Interface modifications (Was: Re: database
Next
From: Richard Huxton
Date:
Subject: Re: CREATE FUNCTION