Bug? Inserting with not null - Mailing list pgsql-general

From Antonio Garcia Mari
Subject Bug? Inserting with not null
Date
Msg-id 199810051836.UAA18681@pixie.at4.net
Whole thread Raw
List 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 by date:

Previous
From: David Welton
Date:
Subject: Corrupt database?
Next
From: Lorenzo Huerta
Date:
Subject: status on IPv6 implementation...