Re: CREATE FUNCTION
Gregory Seidman <gss+pg@cs.brown.edu>
From: Gregory Seidman <gss+pg@cs.brown.edu>
To: pgsql-general@postgresql.org
Date: 2002-08-08T00:28:42Z
Lists: pgsql-general
Neil Conway sez: } "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. Is the initdb really necessary? Will the modified postmaster not work on the existing data directory? } Cheers, } Neil --Greg