Re: pl/pgsql Composite Parameter Question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cnliou(at)eurosport(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pl/pgsql Composite Parameter Question
Date: 2002-01-21 05:18:57
Message-ID: 3942.1011590337@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<cnliou(at)eurosport(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-01-21 05:29:22 Re: [HACKERS] PostgreSQL Licence: GNU/GPL
Previous Message Bruce Momjian 2002-01-21 04:51:59 Re: [HACKERS] PostgreSQL Licence: GNU/GPL