Re: Maximum Number of Function Arguments

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "Bradley J(dot) Bartram" <bbartram(at)dyrectmedia(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Maximum Number of Function Arguments
Date: 2003-08-12 20:11:34
Message-ID: 200308121311.34332.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Bradley,

> Is there a maximum number of arguments that one could pass to a pl/pgsql
> function?

v7.1 & 7.2 = 16
v7.3 & 7.4 = 32

This can be modified at compile time by modifying the PostgreSQL source code.
--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Bradley J. Bartram 2003-08-12 20:27:05 Re: Maximum Number of Function Arguments
Previous Message Bradley J. Bartram 2003-08-12 19:21:27 Maximum Number of Function Arguments