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.