Re: more than 32 parameters to a function? - Mailing list pgsql-general

From Volkan YAZICI
Subject Re: more than 32 parameters to a function?
Date
Msg-id 20061026175208.GD1377@alamut
Whole thread Raw
In response to more than 32 parameters to a function?  (Ottavio Campana <ottavio@campana.vi.it>)
List pgsql-general
On Oct 26 10:03, Ottavio Campana wrote:
> 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?

Why don't you use a record (or array) type instead?


Regards.

pgsql-general by date:

Previous
From: "William Leite Araújo"
Date:
Subject: Re: more than 32 parameters to a function?
Next
From: Ottavio Campana
Date:
Subject: Re: more than 32 parameters to a function?