more than 32 parameters to a function?

From: Ottavio Campana <ottavio(at)campana(dot)vi(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: more than 32 parameters to a function?
Date: 2006-10-26 17:03:27
Message-ID: 4540EA5F.3060607@campana.vi.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm writing some stored procedures in pl/pgsql for a database using
postgresql 7.4.7.

I need to write a complex function with 65 arguments, but when I try to
run it I get an error complaining that arguments can be up to 32.

Is there a way to solve this problem or do I have to try to split the
function into three new ones?

--
Non c'e' piu' forza nella normalita', c'e' solo monotonia.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Sidney-Woollett 2006-10-26 17:16:26 Re: grouping excluding some text results
Previous Message Walter Vaughan 2006-10-26 16:17:41 Re: PostgreSQL in article I wrote