Re: [GENERAL] Empty Date Field

Поиск
Список
Период
Сортировка
От Chris Bitmead
Тема Re: [GENERAL] Empty Date Field
Дата
Msg-id 37362493.E395E514@bigfoot.com
обсуждение исходный текст
Ответ на Empty Date Field  ("fabian baena" <fabbaena@hotmail.com>)
Список pgsql-general
Set the field to null. i.e.
update foo set datetime=null where...

fabian baena wrote:
>
> Hi, could any one tell me how can I tell postgres that a date field I made
> in a table can be empty.
>
> I created a table with a field like that but I didn't tell it "not null" in
> the declaration, and when I try to fill this table with an empty date it
> gives me an error.
>
> Thank you.
>
> Fabian.
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com

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

Предыдущее
От: "fabian baena"
Дата:
Сообщение: Re: [GENERAL] Empty Date Field
Следующее
От: darold
Дата:
Сообщение: Re: [GENERAL] Restore from dump file: parse error