Re: Increasing MAX_ARGS

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Increasing MAX_ARGS
Date: 2001-11-07 06:12:54
Message-ID: 200111070612.fA76Cs801582@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> > "Josh Berkus" <josh(at)agliodbs(dot)com> writes:
> >> "ERROR: Procedures cannot take more than 16 arguments."
>
> FWIW, I cannot find any such message string in current sources, nor 7.1,
> 7.0, or 6.5 sources. I think this must be coming from some non-Postgres
> frontend code.

The current message is:

ERROR: function cannot take more than 16 arguments.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message wyatt 2001-11-07 06:47:44 Re: Single VIEW, and FUNCTION questions...
Previous Message Tom Lane 2001-11-07 05:42:29 Re: Increasing MAX_ARGS