Re: Increasing MAX_ARGS - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: Increasing MAX_ARGS
Date
Msg-id 200111070612.fA76Cs801582@candle.pha.pa.us
Whole thread Raw
In response to Re: Increasing MAX_ARGS  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
> > "Josh Berkus" <josh@agliodbs.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@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Increasing MAX_ARGS
Next
From: wyatt@draggoo.com
Date:
Subject: Re: Single VIEW, and FUNCTION questions...