What is the max var I can pass to Function ?
What is the max var I can pass to Function ?
От:
"Ben-Nes Michael" <miki@canaan.co.il>
Дата:
Hi All Q is in the subject Cheers
Re: What is the max var I can pass to Function ?
От:
"Ben-Nes Michael" <miki@canaan.co.il>
Дата:
demn me. I mean how many variables i can pass to a function ? > Hi All > > Q is in the subject > > Cheers
Re: What is the max var I can pass to Function ?
От:
Neil Conway <neilc@samurai.com>
Дата:
"Ben-Nes Michael" 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 || PGP Key ID: DB3C29FC