Re: Blank, nullable date column rejected by psql

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

On Mon, 11 Feb 2019, Ron wrote:

> NULL is nothing. Blank isn't nothing; blank is a zero-length string. 
> Thus, you need to tell Pg "nothing", not "blank string".

Ron,

All of you who responded drove home my need to explicitly enter null when
there are no data for a column.

Thanks,

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2019-02-11 23:41:02 Re: Blank, nullable date column rejected by psql
Previous Message Rich Shepard 2019-02-11 23:30:18 Re: Blank, nullable date column rejected by psql