Re: function parameters

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: function parameters
Дата
Msg-id Pine.BSO.4.56.0409130233570.2396@leary.csoft.net
обсуждение исходный текст
Ответ на function parameters  (Antonini Roberto <Roberto.Antonini@TILAB.COM>)
Список pgsql-jdbc

On Mon, 13 Sep 2004, Antonini Roberto wrote:

> When I invoke DB-side function, I can't pass more than 16 parameters to
> it.
>
> Is it a limit imposed by JDBC driver?
>
> If it's so, how can I override it?
>

This is a backend limitation, although the default was increased to 32 in
the 7.3 release I believe.  To raise this requires some manual hacking on
config headers, try searching the archives for INDEX_MAX_KEYS.  Another
option is to use complex types or arrays to pass multiple inputs in the
same parameter.

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: skala@gympoh.edu.sk
Дата:
Сообщение: Problem with connection from win to linux
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Customizing SSL with jdbc