Re: Blank date field.. Help...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: ryan(at)fdcsmail(dot)darktech(dot)org
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Blank date field.. Help...
Date: 2002-07-17 05:43:02
Message-ID: 200207170543.g6H5h2500877@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

ryan(at)fdcsmail(dot)darktech(dot)org wrote:
> Hi,
> Is there any way that I can do, just to make my date columns to accept null/blank
> values? I use the latest stable version.

Uh, you sure can. Can you show us the query that is failing. Unless
the column is marked as NOT NULL, inserting a NULL should be fine. It
will not accept '', only NULL.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-07-17 05:59:53 Re: OIDs (Or: another RTFM question?)
Previous Message Thomas Lockhart 2002-07-17 05:21:04 Re: OIDs (Or: another RTFM question?)