Re: What is the max var I can pass to Function ? - Mailing list pgsql-general

From Neil Conway
Subject Re: What is the max var I can pass to Function ?
Date
Msg-id 87lm4i1jp9.fsf@mailbox.samurai.com
Whole thread Raw
In response to Re: What is the max var I can pass to Function ?  ("Ben-Nes Michael" <miki@canaan.co.il>)
List 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 by date:

Previous
From: Medi Montaseri
Date:
Subject: Re: Trigger on 'create table' ?
Next
From: Medi Montaseri
Date:
Subject: Re: supplying password to psql on command line?