Search Postgresql Archives

Re: Date data type

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Mike Hall wrote:
> I'm currently converting an MS Access database to PostgreSQL 
> (version 8.1 as it is the vesion that ships with CentOS 5).
> 
> I'm having trouble with an INSERT statement attempting to 
> insert an empty value ('') into a field with data type DATE. 
> This produces the following error message:
> 
> ERROR: invalid input syntax for type date: ""
> 
> It does the same whether the field has a NOT NULL restraint or not.
> 
> I can't find anything relevant in the documentation.
> 
> What am I doing wrong.

An empty string is not a NULL value.
An empty string cannot be converted to a valid date.

Use NULL instead of '' to insert a NULL value.

Yours,
Laurenz Albe

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux