Re: Pet Peeves?

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: Pet Peeves?
Дата
Msg-id gm2861$n94$2@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на Pet Peeves?  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-general
On 2009-01-29, Steve Crawford <scrawford@pinpointresearch.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.



В списке pgsql-general по дате отправления:

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: getting no days problem
Следующее
От: Mohamed
Дата:
Сообщение: Indices types, what to use. Btree, Hash, Gin or Gist