Null vs empty string - Mailing list pgsql-novice

From Keith Worthington
Subject Null vs empty string
Date
Msg-id 20041204015724.M85155@narrowpathinc.com
Whole thread Raw
Responses Re: Null vs empty string  (Michael Fuhr <mike@fuhr.org>)
List pgsql-novice
Hi All,

I am loading data into a PostgreSQL v7.3.6 database running on RedHat
Enterprise Linux ES.  This is accomplished by a shell script running the COPY
command.  The data is in comma seperated value format.

I am experiencing two difficulties.

Firstly, when loading a missing (consecutive commas) numeric value (int4) an
error message is generated indicating that the string cannot be parsed.  I
would prefer that a NULL value be inserted.

Secondly, when loading a missing (consecutive commas) string (varchar) an
empty string is inserted.  Again, I would prefer that a NULL value be inserted
as later on a foreign key constraint complains bitterly about not being able
to match the empty string. :-(

Can you please explain how best to accomplish these results.

Kind Regards,
Keith

______________________________________________
99main Internet Services http://www.99main.com


pgsql-novice by date:

Previous
From: "Keith Worthington"
Date:
Subject: multiple table join and sumation
Next
From: Michael Fuhr
Date:
Subject: Re: multiple table join and sumation