Re: [SQL] ERROR: Procedures cannot take more than 16 arguments

2001-07-10 Thread Josh Berkus
Peter, > FUNC_MAX_ARGS in config.h; see the comments there. Darn! I asked this a year ago, and was told by somebody at Hub.org that it couldn't be changed ... -Josh __AGLIO DATABASE SOLUTIONS___ Josh Berkus Complete informat

Re: [SQL] ERROR: Procedures cannot take more than 16 arguments

2001-07-10 Thread Tom Lane
"Josh Berkus" <[EMAIL PROTECTED]> writes: >> FUNC_MAX_ARGS in config.h; see the comments there. > Darn! I asked this a year ago, and was told by somebody at Hub.org that > it couldn't be changed ... A year or so ago, that was the correct answer. regards, tom lane --

Re: [SQL] ERROR: Procedures cannot take more than 16 arguments

2001-07-10 Thread Peter Eisentraut
Kristis Makris writes: > ERROR: Procedures cannot take more than 16 arguments > Can this limit be increased by manipulating some variable in the > postgres source code? If so, how would I go about finding which file + > variable I need to alter? FUNC_MAX_ARGS in config.h; see the comments ther