Re: Pet Peeves?

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Pet Peeves?
Date: 2009-01-31 19:18:25
Message-ID: gm2861$n94$2@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2009-01-29, Steve Crawford <scrawford(at)pinpointresearch(dot)com> wrote:
>
>>> 3. Date handling
>>> Sometimes I've got data with invalid dates and it would be great if it
>>> could replace all the bad ones with, say "0000-00-00".
>>>

0000-00-00 doesn't fit in a date column.
perhaps you could use null?

write a function that casts and catches the exception caused when bad
dates are attempted and returens null, use it to translate your data.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mohamed 2009-01-31 19:21:17 Indices types, what to use. Btree, Hash, Gin or Gist
Previous Message Jasen Betts 2009-01-31 18:53:49 Re: getting no days problem