While your at it null values need to be treated correctly for other field types.
I don't think "" = <null> in Postgres. If so then it would be nice to be able to set text/varchar to null somehow.
NULL *is* handled for text. An empty field is handled as NULL, an empty string must be entered ''. This is documented.
Regards, Andreas
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly