Re: Number of function parameter

From: Kris Jurka <books(at)ejurka(dot)com>
To: Arun Desai <Arundesai(at)kinera(dot)com>
Cc: pgsql-jdbc-list <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Number of function parameter
Date: 2003-07-21 10:23:25
Message-ID: Pine.LNX.4.33.0307210614270.8789-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2003-07-21 11:32:49 Re: Number of function parameter
Previous Message Arun Desai 2003-07-21 10:04:56 Number of function parameter