Blank, nullable date column rejected by psql

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Blank, nullable date column rejected by psql
Date: 2019-02-11 22:44:14
Message-ID: alpine.LNX.2.20.1902111434330.28800@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Running postgresql-10.5 on Slackware-14.2.

A table has a column defined as

Column | Type | Collation | Nullable | Default
next_contact | date | | |

In a .sql file to insert rows in this table psql has a problem when there's
no value for the next_contact column:

$ psql -f activities.sql -d bustrac
psql:activities.sql:6: ERROR: invalid input syntax for type date: ""
LINE 2: ...ise. Asked him to call.',''),

Explicitly replacing the blank field ('') with null is accepted. Why is
this?

Now I know to replace no dates with null I'll do so but I'm curious why this
is needed.

Thanks in advance,

Rich

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2019-02-11 22:49:34 Re: Blank, nullable date column rejected by psql
Previous Message Michael Lewis 2019-02-11 21:29:13 Re: Aurora Postgresql RDS DB Latency