make default field entry NULL? - Mailing list pgsql-novice

From Rory Campbell-Lange
Subject make default field entry NULL?
Date
Msg-id 20020523092739.GA13177@campbell-lange.net
Whole thread Raw
Responses Re: make default field entry NULL?  (John Taylor <postgres@jtresponse.co.uk>)
List pgsql-novice
I'm just starting out using postgresql in specific and sql in general.

I have a table some of whose fields may not be filled in a normal
INSERT, but may be needed at some future time.

I am aware that the whole are of NULLs is somewhat controversial, but
unsure if this means I should implement these in my tables.

I am driving the databases through perl DBI.

--
Rory Campbell-Lange
<rory@campbell-lange.net>
<www.campbell-lange.net>

pgsql-novice by date:

Previous
From: John Taylor
Date:
Subject: Re: optimising data load
Next
From: John Taylor
Date:
Subject: Re: make default field entry NULL?