Bug? Inserting with not null

Поиск
Список
Период
Сортировка
От Antonio Garcia Mari
Тема Bug? Inserting with not null
Дата
Msg-id 199810051836.UAA18681@pixie.at4.net
обсуждение исходный текст
Список pgsql-general
Table    = edicion
numero_edicion        int4 not null
fecha_edi        datetime not null
abierta_edi        bool default 't'
publicada_edi        bool default 'f'

my_db=> INSERT INTO edicion ( numero_edicion,abierta_edi,fecha_edi) VALUES ( 3,'t',fecha_edi) ;
INSERT 0 0

Is this the right behaviour?





Antonio Garcia Mari
AT4.net Internet y Comunicación
http://www.at4.net/



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

Предыдущее
От: David Welton
Дата:
Сообщение: Corrupt database?
Следующее
От: Lorenzo Huerta
Дата:
Сообщение: status on IPv6 implementation...