ERROR: Procedures cannot take more than 16 arguments

From: Kristis Makris <kristis(dot)makris(at)datasoft(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: ERROR: Procedures cannot take more than 16 arguments
Date: 2001-07-10 20:34:54
Message-ID: 200107102034.f6AKYwa00229@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello all,

Using PostgreSQL 7.1.2 on i686-pc-linux-gnu, compiled by GCC
egcs-2.91.66, I attempted to create a plpgsql function that takes 17
arguments and I received the error:

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?

If not, are there any plans for increasing that limit in future 7.1.x or
7.x releases?

Thanks for any help,
-Kristis

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-10 20:54:28 Re: ERROR: Procedures cannot take more than 16 arguments
Previous Message Roberto Mello 2001-07-10 19:36:23 Re: Group by date_part