Re: CREATE FUNCTION

From: Gregory Seidman <gss+pg(at)cs(dot)brown(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: CREATE FUNCTION
Date: 2002-08-08 00:28:42
Message-ID: 20020808002842.GA10756@cs.brown.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Neil Conway sez:
} "Carmen Wai" <wai_carmen(at)hotmail(dot)com> writes:
} > 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?
}
} Change FUNC_MAX_ARGS in src/include/pg_config.h, 'make clean',
} recompile, re-install, and re-initdb.

Is the initdb really necessary? Will the modified postmaster not work on
the existing data directory?

} Cheers,
} Neil
--Greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-08-08 02:16:20 Re: datetime function
Previous Message Glen Parker 2002-08-07 23:54:52 Create index ... On ... (lower(field1), lower(field2)) doesn't work?