i'm new to pgsql, and i'm trying to move data from another dbms into my pgsql tables. in pgsql, i can specify NULL for a nonexistent date field. in ecpg, i have not found a way to specify null data for a date field - i've tried 'NULL', spaces and null characters (0x00). how is it done? ************