Re: pl/pgsql Composite Parameter Question - Mailing list pgsql-general

From Tom Lane
Subject Re: pl/pgsql Composite Parameter Question
Date
Msg-id 3942.1011590337@sss.pgh.pa.us
Whole thread Raw
In response to pl/pgsql Composite Parameter Question  (<cnliou@eurosport.com>)
Responses Re: pl/pgsql Composite Parameter Question  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
<cnliou@eurosport.com> writes:
> Because pl/pgsql accepts at most 16 parameters, I am
> trying to feed pl/pgsql function with the whole
> record as its parameter.

Looks like a bug to me :-(.  Unfortunately, there's no time to do
anything about it for 7.2.  In the meantime, the 16-parameter limit
is by no means graven in stone; perhaps you could cope for awhile
by recompiling with a larger FUNC_MAX_ARGS.

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] PostgreSQL Licence: GNU/GPL
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] PostgreSQL Licence: GNU/GPL