Bug? Inserting with not null

From: "Antonio Garcia Mari" <agarcia(at)at4(dot)net>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Bug? Inserting with not null
Date: 1998-10-05 18:10:22
Message-ID: 199810051836.UAA18681@pixie.at4.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Browse pgsql-general by date

  From Date Subject
Next Message Andrea Antibo 1998-10-05 18:16:33 make[2]: *** [psql] Error 1
Previous Message Melanie Renee Nelson 1998-10-05 17:19:16 dropping a column from a table