Re: CREATE FUNCTION - Mailing list pgsql-general

From Gregory Seidman
Subject Re: CREATE FUNCTION
Date
Msg-id 20020808002842.GA10756@cs.brown.edu
Whole thread Raw
In response to Re: CREATE FUNCTION  (Neil Conway <nconway@klamath.dyndns.org>)
Responses Re: CREATE FUNCTION  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Neil Conway sez:
} "Carmen Wai" <wai_carmen@hotmail.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


pgsql-general by date:

Previous
From: "Glen Parker"
Date:
Subject: Create index ... On ... (lower(field1), lower(field2)) doesn't work?
Next
From: Tom Lane
Date:
Subject: Re: datetime function