Cita:
Iniciado por gersonmaba "hora"
y es de tipo.
time without time zone[]
Hola
Supongo que te da este mensaje de error:
ERROR: array value must start with "{" or dimension information
Has definido el atributo hora como una matriz. ¿Estas seguro que quieres utilizar una matriz de valores?
Si quieres utilizar una matriz, debes de utilizar este comando INSERT:
Código:
insert into c3_operaciones(hora) values ('{06:41:00}')
Pero si NO quieres utilizar una matriz deberas de definir el atributo sin conchetes al final:
de esta manera podras utilizar
Código:
insert into c3_operaciones(hora) values ('06:41:00')
Mas informacion sobre matrices en PostgreSQL en:
www . postgresql . org / docs / current / interactive / arrays.html
--
Rafael Martinez
PostgreSQL-es.org