Re: CREATE FUNCTION

From: Richard Huxton <dev(at)archonet(dot)com>
To: "Carmen Wai" <wai_carmen(at)hotmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: CREATE FUNCTION
Date: 2002-08-07 15:58:51
Message-ID: 200208071658.53315.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday 07 Aug 2002 4:41 pm, Carmen Wai wrote:
> Hello:
>
> I found that when I use CREATE FUNCTION in postgresql, the maximum number
> of arguments is 16 only. How I config so that the CREATE FUNCTION allows
> unlimited number of arguments?

Check the mailing archives - there's a constant in pg_config.h you'll need to
increase and then recompile. Don't forget to dump your database first for
backup.

- Richard Huxton

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2002-08-07 16:00:40 Re: still lost: Cannot use more than 16 attributes in an
Previous Message Neil Conway 2002-08-07 15:53:09 Re: CREATE FUNCTION