On Mon, 21 Jul 2003, Arun Desai wrote:
> Hi,
> Why is that there is a maximum limit of 32 input parameters to the
> Postgresql function?
The backend's internals are limited in this way. If you compile from
source you can change this limit by altering INDEX_MAX_KEYS. Search the
archives for more details.
Kris Jurka