NULL TIMESTAM problem - Mailing list pgsql-general

From Enrique Sánchez
Subject NULL TIMESTAM problem
Date
Msg-id BAY113-F31F49E5C80E9ECEAA5BF8AD4EC0@phx.gbl
Whole thread Raw
Responses Re: NULL TIMESTAM problem  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
Hi! I'm new in Postgres.

I nedd to fill a database table x from a file With the COPY command an the
delimiter '*'.
This  table  has a timestamp null column (I declared like: ' birthday
timestamp NULL' ).

But when I try to insert NULL values(specified in the file), postgres throw
an error.


I don't know how can I specify this NULL value wkthout an '\N' character.


Thanks
Enrique.



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: multi-column aggregates
Next
From: Chris Kratz
Date:
Subject: Re: multi-column aggregates