Re: What is the max var I can pass to Function ?

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: What is the max var I can pass to Function ?
Дата
Msg-id 87lm4i1jp9.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на Re: What is the max var I can pass to Function ?  ("Ben-Nes Michael" <miki@canaan.co.il>)
Список pgsql-general
"Ben-Nes Michael" <miki@canaan.co.il> writes:
> I mean how many variables i can pass to a function ?

By default, 32 in 7.3 and 16 in earlier versions. You can change this
limit by editing FUNC_MAX_ARGS in src/include/pg_config.h[.in],
re-compiling, and re-running initdb.

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

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

Предыдущее
От: Medi Montaseri
Дата:
Сообщение: Re: Trigger on 'create table' ?
Следующее
От: Medi Montaseri
Дата:
Сообщение: Re: supplying password to psql on command line?