what about function parameter count limit?
Started by sadover 22 years ago2 messagesbugs
good day
we are suffering of the limit of parameters count in functions
16 parameters is not enough
Import Notes
Reply to msg id not found: 20030729130407.839C0BE5DE5@svr5.postgresql.orgReference msg id not found: 20030729130407.839C0BE5DE5@svr5.postgresql.org
Re: what about function parameter count limit?
On Wed, 30 Jul 2003, sad wrote:
good day
we are suffering of the limit of parameters count in functions
16 parameters is not enough
What version are you using? I believe 7.3 raised the default to 32
and in all versions I've used there's a compile time define that can be
raised (look for FUNC_MAX_ARGS I think).