Re: ERROR: Procedures cannot take more than 16 arguments

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Kristis Makris <kristis(dot)makris(at)datasoft(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: ERROR: Procedures cannot take more than 16 arguments
Date: 2001-07-10 20:54:28
Message-ID: Pine.LNX.4.30.0107102253300.677-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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 there.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2001-07-10 21:30:59 Re: ERROR: Procedures cannot take more than 16 arguments
Previous Message Kristis Makris 2001-07-10 20:34:54 ERROR: Procedures cannot take more than 16 arguments