Re: BUG or feature?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Max Vaschenko <max@nino.ru>
Cc: pgsql-bugs@postgresql.org
Date: 2001-02-07T14:55:57Z
Lists: pgsql-bugs
Max Vaschenko <max@nino.ru> writes:
> All seems ok, but how about next ?
> SELECT upd('aaa',null);
> <null>

This is fixed in 7.1.  It's unfixable in prior releases because the
old function manager only maintained one argument-is-null flag for a
function call ... so *all* the arguments are taken as null if any are.

			regards, tom lane