Made a mistake in the bug report below. Last line should read something
like:
select createAtom( 1, 'abc', 'Fred', 'NT', 'a', null );
-Original Message-
From: James Finch [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 24, 2000 4:41 PM
To: '[
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.