Re: DATESTYLE and 0000-00-00

Поиск
Список
Период
Сортировка
От D'Arcy J.M. Cain
Тема Re: DATESTYLE and 0000-00-00
Дата
Msg-id 20051006141627.6acdd2c1.darcy@druid.net
обсуждение исходный текст
Ответ на DATESTYLE and 0000-00-00  (Joshua Kramer <josh@globalherald.net>)
Список pgsql-sql
On Thu, 6 Oct 2005 09:01:22 -0400 (EDT)
Joshua Kramer <josh@globalherald.net> wrote:
> I have my DATESTYLE set to ISO MDY.
> 
> When I try to create a table with a default date of 0000-00-00, psql says 
> that this is an invalid date.  Why, and can (or how can I) get it to 
> accept 0000-00-00 as a valid date?

It is invalid.  There was no year 0.  Perhaps what you want is NULL or,
possibly, EPOCH if you are looking for a sentinel value.

-- 
D'Arcy J.M. Cain <darcy@druid.net>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.


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

Предыдущее
От: Joshua Kramer
Дата:
Сообщение: DATESTYLE and 0000-00-00
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: DATESTYLE and 0000-00-00