Re: [BUGS] Bogus reporting of non-null value in function call.

2000-04-24 Thread Tom Lane
"James Finch" <[EMAIL PROTECTED]> writes: > Arguments to a function seem to be incorrectly validated against constraints > on the table on which it operates. I think what's really going on here is that because the function manager interface defines only one isNull flag for a function call, *all*

[BUGS] Bogus reporting of non-null value in function call.

2000-04-24 Thread James Finch
Platform: Linux-2.2.12-20 (RH 6.1) PostgreSQL: 7.0RC1 Description: Arguments to a function seem to be incorrectly validated against constraints on the table on which it operates. For example: I have a table that defines one column (id) as a primary key, and also specifies the NOT NULL constraint.