Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> On Mon, Sep 15, 2003 at 01:28:52AM -0400, Tom Lane wrote:
>> Or rewrite entirely. Do you have a better wording?
> Yes. In fact something very similar appears in regproc.c, line 636:
> if (nargs == 1)
> ereport(ERROR,
> (errcode(ERRCODE_UNDEFINED_PARAMETER),
> errmsg("missing argument"),
> errhint("Use NONE to denote the missing argument of a unary operator.")));
Done; I also adjusted the guc.c entry per your suggestion. Peter
already dealt with the third item.
regards, tom lane