Re: Could not create a table named "USER" under postgreSQL

Поиск
Список
Период
Сортировка
От gnari
Тема Re: Could not create a table named "USER" under postgreSQL
Дата
Msg-id 004801c48554$b711a330$0100000a@wp2000
обсуждение исходный текст
Ответ на Could not create a table named "USER" under postgreSQL  (Ying Lu <ying_lu@cs.concordia.ca>)
Список pgsql-general
"Ying Lu" <ying_lu@cs.concordia.ca> wrote:
>
> I have a question about "date" & "timestamp" types in PostgreSQL. I want
> to setup the default value '0000-00-00' and "0000-00-00 00:00:00" for
> them. However, it seems that PostgreSQL does not support it. Could
> someone helps me please?

if you want to store invalid dates and timestamps, you
are better off using varchar.

if you just want to store a null-value, use NULL

does mysql really allow you to store these values?

gnari




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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Date and Timestamps
Следующее
От: "Dann Corbit"
Дата:
Сообщение: Re: Could not create a table named "USER" under postgreSQL