Max input parameter for a function

From: "Kumar" <sgnerd(at)yahoo(dot)com(dot)sg>
To: "psql" <pgsql-sql(at)postgresql(dot)org>
Subject: Max input parameter for a function
Date: 2003-10-20 06:28:27
Message-ID: 008d01c396d3$62d94d60$7502a8c0@hdsc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Dear friends,

While trying to allocate about 36 input parameters, I got an error saying that the max input parameter for a function is only 32.

Is it right? How to overcome this? Because I wanna insert records into a table of 55 columns with a lot of NULL able columns.

I am using Postgres 7.3.4 on RH Linux 7.2.

Note: I can't use 2 functions , one to insert 32 rows into the table first and the update the remaining columns with other function. Because there are only 27 columns that are not null.

Please shed some light.

Regards
Kumar

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2003-10-20 08:27:32 Re: date_trunc for 5 minutes intervals
Previous Message Josh Berkus 2003-10-20 05:29:40 Re: Which is faster SQL or PL/PGSQL