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

From: Neil Conway <neilc(at)samurai(dot)com>
To: "Ben-Nes Michael" <miki(at)canaan(dot)co(dot)il>
Cc: "postgresql" <pgsql-general(at)postgresql(dot)org>
Subject: Re: What is the max var I can pass to Function ?
Date: 2002-10-28 18:50:42
Message-ID: 87lm4i1jp9.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ben-Nes Michael" <miki(at)canaan(dot)co(dot)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(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Medi Montaseri 2002-10-28 18:53:29 Re: Trigger on 'create table' ?
Previous Message Neil Conway 2002-10-28 18:38:25 Re: multiple databases