Number of function parameter

From: "Arun Desai" <Arundesai(at)kinera(dot)com>
To: "pgsql-jdbc-list" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Number of function parameter
Date: 2003-07-21 10:04:56
Message-ID: 039c01c34f6f$8997b190$0f6b3fca@arun
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,
Why is that there is a maximum limit of 32 input parameters to the
Postgresql function?

Whereas to my knowledge stored procedures in Oracle and SQL Server
take unlimited number of input arguments. So this puts extra burden on the
middleware developer to handle this stiuation at the time of migrating
existing databases in SQL Server or Oracle to Postgresql.

Thanks,
Arun Desai.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2003-07-21 10:23:25 Re: Number of function parameter
Previous Message Tony Grant 2003-07-21 06:39:32 Re: Problems with Spanish Chars