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/