Re: BUG or feature? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG or feature?
Date
Msg-id 28072.981557757@sss.pgh.pa.us
Whole thread Raw
In response to BUG or feature?  (Max Vaschenko <max@nino.ru>)
List 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

pgsql-bugs by date:

Previous
From: Jered Floyd
Date:
Subject: JDBC driver doesn't allow access to BYTEA types via get/setBytes()
Next
From: Tom Lane
Date:
Subject: Re: byteain() doesn't parse correctly